[PATCH] gnu: hwdata: update to 0.378.

  • Done
  • quality assurance status badge
Details
3 participants
  • Daniel Ziltener
  • Dale Mellor
  • Nicolas Goaziou
Owner
Somebody
Submitted by
Daniel Ziltener
Severity
normal

Debbugs page

Daniel Ziltener wrote 1 years ago
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
187ae0711b013d9407bb32914e985ace@lyrion.ch
---
gnu/packages/pciutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Dale Mellor wrote 11 months ago
Own 68843
(name . control)(address . control@debbugs.gnu.org)
31f69ef8831f1f43f4223c889e332b456c0c8444.camel@rdmp.org
owner 68843 !
user guix
usertags 68843 + under-review
Dale Mellor wrote 11 months ago
[PATCH v2] gnu: hwdata: update to 0.378.
(address . 68843@debbugs.gnu.org)(name . Dale Mellor)(address . guix-devel-0brg6a@rdmp.org)(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . guix-patches@gnu.org)
20240424120258.1008435-1-guix-devel-0brg6a@rdmp.org
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(-)

Toggle diff (24 lines)
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
Nicolas Goaziou wrote 10 months ago
(name . Dale Mellor)(address . guix-devel-0brg6a@rdmp.org)(address . dziltener@lyrion.ch)(address . 68843-done@debbugs.gnu.org)
874jbb17lk.fsf@nicolasgoaziou.fr
Hello,,

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

Toggle quote (7 lines)
> 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.

Applied, with a proper commit message. Thank you.

Regards,
--
Nicolas Goaziou
Closed
Nicolas Goaziou wrote 10 months ago
Re: bug#68843: [PATCH v2] gnu: hwdata: update to 0.378.
(address . 68843@debbugs.gnu.org)(address . dziltener@lyrion.ch)
871q6fyvdj.fsf@nicolasgoaziou.fr
Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (13 lines)
> Hello,,
>
> Dale Mellor <guix-devel-0brg6a@rdmp.org> writes:
>
>> 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.
>
> 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
Dale Mellor wrote 10 months ago
Superceded by 69880
(address . 68843@debbugs.gnu.org)
81e26c60ab308aaea94dbf1a6ef2394588a3c196.camel@rdmp.org

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68843
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help