all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 65502@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#65502] [PATCH] gnu: gzip: Update to 1.13
Date: Thu, 24 Aug 2023 08:10:15 -0700	[thread overview]
Message-ID: <9e352662a324385d67437c044a9fadea438d322f.1692889773.git.atai@atai.org> (raw)

* 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





             reply	other threads:[~2023-08-24 15:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 15:10 Andy Tai [this message]
2024-01-07 18:46 ` [bug#65502] [PATCH core-updates v2] gnu: gzip: Update to 1.13 Andy Tai
2024-02-13  7:55 ` [bug#65502] [PATCH core-updates v3] " Andy Tai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9e352662a324385d67437c044a9fadea438d322f.1692889773.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=65502@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.