(no subject)

  • Open
  • quality assurance status badge
Details
2 participants
  • dziltener
  • Felix Lechner
Owner
unassigned
Submitted by
dziltener
Severity
normal
D
D
dziltener wrote on 10 Dec 2023 11:32
3c5d454a19ec3102065f5bf3a1f2a394@lyrion.ch
From 9521b0959fc907537e896d81e85053d20ef36fed Mon Sep 17 00:00:00 2001
From: Daniel Ziltener <dziltener@lyrion.ch>
Date: Sun, 10 Dec 2023 11:26:14 +0100
Subject: [PATCH] gnu: hwdata: update to 0.376.
To: guix-patches@gnu.org
Cc: dziltener@lyrion.ch
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------2.43.0"

This is a multi-part message in MIME format.
--------------2.43.0
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit

---
gnu/packages/pciutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


--------------2.43.0
Content-Type: text/x-patch; name="0001-gnu-hwdata-update-to-0.376.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline; filename="0001-gnu-hwdata-update-to-0.376.patch"

Toggle diff (24 lines)
diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index 140bbd0e90..a799a12c10 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.376") ;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"))))
+ "0g758llcr3g76yig7crxffzd9vsw0w3hr6z976lpgxblcdm82nrk"))))
(build-system gnu-build-system)
(outputs '("out" "iab" "oui" "pci" "pnp" "usb"))
(arguments

--------------2.43.0--
F
F
Felix Lechner wrote on 10 Dec 2023 16:35
(address . control@debbugs.gnu.org)(name . Daniel Ziltener)(address . dziltener@lyrion.ch)
87wmtm5avp.fsf@lease-up.com
reassign 67744 guix-patches
reassign 67745 guix-patches
reassign 67746 guix-patches
thanks
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 67744@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67744
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch