gnu: sfarklib: Update to 2.24.

* gnu/packages/compression.scm (sfarklib): Update to 2.24.
master
Ricardo Wurmus 2015-09-16 22:41:10 +02:00
parent f9ae2c068d
commit 979f9e8aed
1 changed files with 6 additions and 8 deletions

View File

@ -357,17 +357,15 @@ This package is mostly for compatibility and historical interest.")
(define-public sfarklib (define-public sfarklib
(package (package
(name "sfarklib") (name "sfarklib")
(version "2.23.5ca96b779") (version "2.24")
(source (origin (source (origin
;; The 2.23 tarball does not include the Makefile, but only (method url-fetch)
;; Makefile.am. (uri (string-append "https://github.com/raboof/sfArkLib/archive/"
(method git-fetch) version ".tar.gz"))
(uri (git-reference (file-name (string-append name "-" version ".tar.gz"))
(url "https://github.com/raboof/sfArkLib.git")
(commit (last (string-split version #\.)))))
(sha256 (sha256
(base32 (base32
"1hk1x88dl5b9jq016r6rx5wyszxknyv0sa7gmil4m4alnhwl4h7h")))) "0bzs2d98rk1xw9qwpnc7gmlbxwmwc3dg1rpn310afy9pq1k9clzi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;no "check" target `(#:tests? #f ;no "check" target