guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: ncompress: Update to 5.0.


From: guix-commits
Subject: 01/02: gnu: ncompress: Update to 5.0.
Date: Mon, 4 Oct 2021 10:24:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 09c3d1c1ff0d19e7606d280b88d2429159d6e6e8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 4 16:00:19 2021 +0200

    gnu: ncompress: Update to 5.0.
    
    * gnu/packages/compression.scm (ncompress): Update to 5.0.
---
 gnu/packages/compression.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 2b415cb..71bf690 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2500,7 +2500,7 @@ possibly untrusted extraction shell script.")
 (define-public ncompress
   (package
     (name "ncompress")
-    (version "4.2.4.6")
+    (version "5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2510,13 +2510,13 @@ possibly untrusted extraction shell script.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1a4yir1ilafz0nzxdwigj204j4yy2zljbc501nsaqqm3dxdap8zn"))))
+                "090kksxrlqnsdc76fzz2j2ajc98mhmfwyn163ca2ia9niqmlpcm0"))))
     (arguments
      '(#:make-flags (list "CC=gcc"
                           (string-append "BINDIR=" %output "/bin")
                           (string-append "MANDIR=" %output "/share/man/man1"))
        #:phases (modify-phases %standard-phases
-                  (delete 'configure))))
+                  (delete 'configure)))) ; no configure script
     (build-system gnu-build-system)
     (home-page "https://github.com/vapier/ncompress/";)
     (synopsis "Original Lempel-Ziv compress/uncompress programs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]