all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68830] [PATCH] gnu: pigz: Update to 2.8.
@ 2024-01-30 22:13 Greg Hogan
  2024-02-09 22:29 ` bug#68830: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2024-01-30 22:13 UTC (permalink / raw)
  To: 68830; +Cc: Greg Hogan

* gnu/packages/compression.scm (pigz): Update to 2.8.

Change-Id: I058815637f2bbcd700c0f2b5f46aa0a307450d3f
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 75cf8ae1a6..5de17b6b51 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -998,14 +998,14 @@ (define-public squashfs-tools-ng
 (define-public pigz
   (package
     (name "pigz")
-    (version "2.7")
+    (version "2.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://zlib.net/pigz/"
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "01y7n7lafp6maqnp4jrmasawnv67najh1bd7gjrmv3d08h1ydjdl"))))
+                "1l0g2zaz05pl3pijsjd8lqxqj122di88rggpr5cvw3hz1r7jp1zb"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

base-commit: c6e02127f38e93ae2d83a19bc7818bf70d89c92f
-- 
2.43.0





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

* bug#68830: [PATCH] gnu: pigz: Update to 2.8.
  2024-01-30 22:13 [bug#68830] [PATCH] gnu: pigz: Update to 2.8 Greg Hogan
@ 2024-02-09 22:29 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-09 22:29 UTC (permalink / raw)
  To: 68830-done

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]


Hi,

Pushed as 4adb0fa248b524aa17fa6ab24f777426bc5dfc97 to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-02-09 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 22:13 [bug#68830] [PATCH] gnu: pigz: Update to 2.8 Greg Hogan
2024-02-09 22:29 ` bug#68830: " Sharlatan Hellseher

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.