all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 75222@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#75222] [PATCH 1/2] gnu: clzip: Update to 1.14.
Date: Tue, 31 Dec 2024 13:03:21 +0300	[thread overview]
Message-ID: <2d20e04e4aac48484ac67924de497c4ca71ced3c.1735639275.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1735639275.git.poptsov.artyom@gmail.com>

* gnu/packages/compression.scm (clzip): Update to 1.14.
[arguments]: Use GEXPs.

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

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 44461bb87c..dec25452a3 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2207,18 +2207,18 @@ (define-public lunzip
 (define-public clzip
   (package
     (name "clzip")
-    (version "1.13")
+    (version "1.14")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://savannah/lzip/clzip/"
                            "clzip-" version ".tar.gz"))
        (sha256
-        (base32 "0ypagygbnq4ppqyg7sj4816x5c1w579883m2nsq0zxbb0gszpjbs"))))
+        (base32 "0wrd2s5lqxd3mjqby9isc6mpk4vyd2wbksbryrzy0bw3bcjf2gzn"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags
-       (list ,(string-append "CC=" (cc-for-target)))))
+     (list #:configure-flags
+           #~(list (string-append "CC=" #$(cc-for-target)))))
     (home-page "https://www.nongnu.org/lzip/clzip.html")
     (synopsis "Small, stand-alone lzip compressor and decompressor")
     (description
-- 
2.47.1





  reply	other threads:[~2024-12-31 10:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-31 10:01 [bug#75222] [PATCH 0/2] gnu: patool: Update to 3.1.0 Artyom V. Poptsov
2024-12-31 10:03 ` Artyom V. Poptsov [this message]
2024-12-31 10:03 ` [bug#75222] [PATCH 2/2] " Artyom V. Poptsov
2024-12-31 10:19 ` [bug#75222] [PATCH 0/2] " Sharlatan Hellseher
2024-12-31 10:35 ` bug#75222: " Artyom V. Poptsov

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=2d20e04e4aac48484ac67924de497c4ca71ced3c.1735639275.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=75222@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.