GNU bug report logs - #68843
[PATCH] gnu: hwdata: update to 0.378.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Wed, 31 Jan 2024 09:13:02 UTC

Owned by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68843 in the body.
You can then email your comments to 68843 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68843; Package guix-patches. (Wed, 31 Jan 2024 09:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 31 Jan 2024 09:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: dziltener <at> lyrion.ch
Subject: [PATCH] gnu: hwdata: update to 0.378.
Date: Wed, 31 Jan 2024 10:11:17 +0100
---
 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





Owner recorded as Dale Mellor <guix-devel-0brg6a <at> rdmp.org>. Request was from Dale Mellor <guix-devel-0brg6a <at> rdmp.org> to control <at> debbugs.gnu.org. (Wed, 24 Apr 2024 12:00:10 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#68843; Package guix-patches. (Wed, 24 Apr 2024 12:04:07 GMT) Full text and rfc822 format available.

Message #10 received at 68843 <at> debbugs.gnu.org (full text, mbox):

From: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
To: 68843 <at> debbugs.gnu.org
Cc: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>,
 Daniel Ziltener <dziltener <at> lyrion.ch>, guix-patches <at> gnu.org
Subject: [PATCH v2] gnu: hwdata: update to 0.378.
Date: Wed, 24 Apr 2024 13:02:58 +0100
From: Daniel Ziltener <dziltener <at> 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 <at> 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





Information forwarded to guix-patches <at> gnu.org:
bug#68843; Package guix-patches. (Wed, 24 Apr 2024 12:05:11 GMT) Full text and rfc822 format available.

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 06 May 2024 11:53:02 GMT) Full text and rfc822 format available.

Notification sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
bug acknowledged by developer. (Mon, 06 May 2024 11:53:02 GMT) Full text and rfc822 format available.

Message #18 received at 68843-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
Cc: dziltener <at> lyrion.ch, 68843-done <at> debbugs.gnu.org
Subject: Re: [bug#68843] [PATCH v2] gnu: hwdata: update to 0.378.
Date: Mon, 06 May 2024 13:51:35 +0200
Hello,,

Dale Mellor <guix-devel-0brg6a <at> rdmp.org> writes:

> From: Daniel Ziltener <dziltener <at> lyrion.ch>
>
> Review:
>   * Minimum change needed for a version bump.
>   * Guix build-check/build-source-check/lint all clean.
>   * Installs clean.

Applied, with a proper commit message. Thank you.

Regards,
-- 
Nicolas Goaziou






Information forwarded to guix-patches <at> gnu.org, Dale Mellor <guix-devel-0brg6a <at> rdmp.org>:
bug#68843; Package guix-patches. (Mon, 06 May 2024 12:33:01 GMT) Full text and rfc822 format available.

Message #21 received at 68843 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 68843 <at> debbugs.gnu.org
Cc: dziltener <at> lyrion.ch
Subject: Re: bug#68843: [PATCH v2] gnu: hwdata: update to 0.378.
Date: Mon, 06 May 2024 14:31:36 +0200
Nicolas Goaziou via Guix-patches via <guix-patches <at> gnu.org> writes:

> Hello,,
>
> Dale Mellor <guix-devel-0brg6a <at> rdmp.org> writes:
>
>> From: Daniel Ziltener <dziltener <at> lyrion.ch>
>>
>> Review:
>>   * Minimum change needed for a version bump.
>>   * Guix build-check/build-source-check/lint all clean.
>>   * Installs clean.
>
> Applied, with a proper commit message. Thank you.

... and reverted it. It introduces too many rebuilds. This should go to
"core-updates".

Regards,
-- 
Nicolas Goaziou






Information forwarded to guix-patches <at> gnu.org:
bug#68843; Package guix-patches. (Mon, 13 May 2024 12:58:02 GMT) Full text and rfc822 format available.

Message #24 received at 68843 <at> debbugs.gnu.org (full text, mbox):

From: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
To: 68843 <at> debbugs.gnu.org
Subject: Superceded by 69880
Date: Mon, 13 May 2024 13:57:31 +0100




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 12 Jun 2024 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.