gnu: ncompress: Update to 5.0.

* gnu/packages/compression.scm (ncompress): Update to 5.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-04 16:00:19 +02:00
parent a03562b478
commit 09c3d1c1ff
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2500,7 +2500,7 @@ (define-public makeself-safeextract
(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 @@ (define-public ncompress
(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")