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 (define-public ncompress
(package (package
(name "ncompress") (name "ncompress")
(version "4.2.4.6") (version "5.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2510,13 +2510,13 @@ (define-public ncompress
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1a4yir1ilafz0nzxdwigj204j4yy2zljbc501nsaqqm3dxdap8zn")))) "090kksxrlqnsdc76fzz2j2ajc98mhmfwyn163ca2ia9niqmlpcm0"))))
(arguments (arguments
'(#:make-flags (list "CC=gcc" '(#:make-flags (list "CC=gcc"
(string-append "BINDIR=" %output "/bin") (string-append "BINDIR=" %output "/bin")
(string-append "MANDIR=" %output "/share/man/man1")) (string-append "MANDIR=" %output "/share/man/man1"))
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases
(delete 'configure)))) (delete 'configure)))) ; no configure script
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://github.com/vapier/ncompress/") (home-page "https://github.com/vapier/ncompress/")
(synopsis "Original Lempel-Ziv compress/uncompress programs") (synopsis "Original Lempel-Ziv compress/uncompress programs")