all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68843] [PATCH] gnu: hwdata: update to 0.378.
@ 2024-01-31  9:11 Daniel Ziltener via Guix-patches via
  2024-04-24 12:02 ` [bug#68843] [PATCH v2] " Dale Mellor
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-01-31  9:11 UTC (permalink / raw)
  To: 68843; +Cc: dziltener

---
 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#68843] [PATCH v2] gnu: hwdata: update to 0.378.
  2024-01-31  9:11 [bug#68843] [PATCH] gnu: hwdata: update to 0.378 Daniel Ziltener via Guix-patches via
@ 2024-04-24 12:02 ` Dale Mellor
  2024-05-06 11:51   ` bug#68843: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Dale Mellor @ 2024-04-24 12:02 UTC (permalink / raw)
  To: 68843; +Cc: guix-devel-0brg6a, dziltener

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#68843: [PATCH v2] gnu: hwdata: update to 0.378.
  2024-04-24 12:02 ` [bug#68843] [PATCH v2] " Dale Mellor
@ 2024-05-06 11:51   ` Nicolas Goaziou via Guix-patches via
  2024-05-06 12:31     ` [bug#68843] " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-05-06 11:51 UTC (permalink / raw)
  To: Dale Mellor; +Cc: dziltener, 68843-done

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.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#68843] [PATCH v2] gnu: hwdata: update to 0.378.
  2024-05-06 11:51   ` bug#68843: " Nicolas Goaziou via Guix-patches via
@ 2024-05-06 12:31     ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-05-06 12:31 UTC (permalink / raw)
  To: 68843; +Cc: dziltener

Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org> writes:

> 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






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-06 12:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31  9:11 [bug#68843] [PATCH] gnu: hwdata: update to 0.378 Daniel Ziltener via Guix-patches via
2024-04-24 12:02 ` [bug#68843] [PATCH v2] " Dale Mellor
2024-05-06 11:51   ` bug#68843: " Nicolas Goaziou via Guix-patches via
2024-05-06 12:31     ` [bug#68843] " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.