[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
D
D
Daniel Ziltener wrote on 31 Jan 10:11 +0100
(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
D
D
Dale Mellor wrote on 24 Apr 13:58 +0200
Own 68843
(name . control)(address . control@debbugs.gnu.org)
31f69ef8831f1f43f4223c889e332b456c0c8444.camel@rdmp.org
owner 68843 !
user guix
usertags 68843 + under-review
D
D
Dale Mellor wrote on 24 Apr 14:02 +0200
[PATCH v2] gnu: hwdata: update to 0.378.
(address . 68843@debbugs.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
N
N
Nicolas Goaziou wrote on 6 May 13:51 +0200
(name . Dale Mellor)(address . guix-devel-0brg6a@rdmp.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
N
N
Nicolas Goaziou wrote on 6 May 14:31 +0200
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
D
D
Dale Mellor wrote 15 hours ago
Superceded by 69880
(address . 68843@debbugs.gnu.org)
81e26c60ab308aaea94dbf1a6ef2394588a3c196.camel@rdmp.org

?