[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68843] [PATCH v2] gnu: hwdata: update to 0.378.
From: |
Dale Mellor |
Subject: |
[bug#68843] [PATCH v2] gnu: hwdata: update to 0.378. |
Date: |
Wed, 24 Apr 2024 13:02:58 +0100 |
From: Daniel Ziltener <dziltener@lyrion.ch>
Review:
* Minimum change needed for a version bump.
* Guix build-check/build-source-check/lint all clean.
* Installs clean.
Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
---
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 140bbd0e90..ec6b347191 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -39,7 +39,7 @@ (define-module (gnu packages pciutils)
(define-public hwdata
(package
(name "hwdata")
- (version "0.365") ;updated monthly
+ (version "0.378") ;updated monthly
(source (origin
(method git-fetch)
(uri (git-reference
@@ -48,7 +48,7 @@ (define-public hwdata
(file-name (git-file-name name version))
(sha256
(base32
- "00gqx24dyy9l98ygnvx8i087xq8pl9d2393h4d2cm4d5nnvr51d4"))))
+ "080mzxv2m65kv414yl6kzndsr4j1ax6smw35k0xw10rbhxpp8b30"))))
(build-system gnu-build-system)
(outputs '("out" "iab" "oui" "pci" "pnp" "usb"))
(arguments
--
2.41.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#68843] [PATCH v2] gnu: hwdata: update to 0.378.,
Dale Mellor <=