all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65502] [PATCH] gnu: gzip: Update to 1.13
@ 2023-08-24 15:10 Andy Tai
  2024-01-07 18:46 ` [bug#65502] [PATCH core-updates v2] " Andy Tai
  2024-02-13  7:55 ` [bug#65502] [PATCH core-updates v3] " Andy Tai
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Tai @ 2023-08-24 15:10 UTC (permalink / raw)
  To: 65502; +Cc: Andy Tai

* gnu/packages/compression.scm (gzip): Update to 1.13
---
 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 10cbfb526d..e30858aba1 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -250,14 +250,14 @@ (define-public libtar
 (define-public gzip
   (package
    (name "gzip")
-   (version "1.12")
+   (version "1.13")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gzip/gzip-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0mhrx5wk9gazmxdw7vmbpg036yzqqhsww6h12kwf2dzn37jh6pnf"))))
+              "0mx0j7765l4cyj3hyvlks2s3izdyzaqf3hknamjwc5yv6mlynm3l"))))
    (build-system gnu-build-system)
    (synopsis "General file (de)compression (using lzw)")
    (arguments

base-commit: b15381460ed74e72792ff182dd2ca7a06ba59b0c
-- 
2.41.0





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

end of thread, other threads:[~2024-02-13  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24 15:10 [bug#65502] [PATCH] gnu: gzip: Update to 1.13 Andy Tai
2024-01-07 18:46 ` [bug#65502] [PATCH core-updates v2] " Andy Tai
2024-02-13  7:55 ` [bug#65502] [PATCH core-updates v3] " Andy Tai

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.