[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "gnu: hwdata: Update to 0.378."
From: |
guix-commits |
Subject: |
branch master updated: Revert "gnu: hwdata: Update to 0.378." |
Date: |
Mon, 06 May 2024 08:30:23 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 28e74f49fe Revert "gnu: hwdata: Update to 0.378."
28e74f49fe is described below
commit 28e74f49fefdc18746d14704a6dbf72d24273e16
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 6 14:29:25 2024 +0200
Revert "gnu: hwdata: Update to 0.378."
This reverts commit 7ed5a336bdbbe7499a040a6674327096fc433b69.
This introduces too many rebuilds. It should be applied onte "core-updates"
instead.
Change-Id: I088b123776a8914be2d22762afcce5b48f346bf0
---
gnu/packages/pciutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index ec6b347191..140bbd0e90 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -39,7 +39,7 @@
(define-public hwdata
(package
(name "hwdata")
- (version "0.378") ;updated monthly
+ (version "0.365") ;updated monthly
(source (origin
(method git-fetch)
(uri (git-reference
@@ -48,7 +48,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "080mzxv2m65kv414yl6kzndsr4j1ax6smw35k0xw10rbhxpp8b30"))))
+ "00gqx24dyy9l98ygnvx8i087xq8pl9d2393h4d2cm4d5nnvr51d4"))))
(build-system gnu-build-system)
(outputs '("out" "iab" "oui" "pci" "pnp" "usb"))
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "gnu: hwdata: Update to 0.378.",
guix-commits <=