gnu: skalibs: Update to 2.8.1.0.

* gnu/packages/skarnet.scm (skalibs): Update to 2.8.1.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-20 04:01:05 +02:00
parent 873ef5b116
commit 8afab7ed31
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -29,14 +29,14 @@
(define-public skalibs (define-public skalibs
(package (package
(name "skalibs") (name "skalibs")
(version "2.8.0.1") (version "2.8.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://skarnet.org/software/skalibs/skalibs-" (uri (string-append "http://skarnet.org/software/skalibs/skalibs-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "00mh15jx3p4xzhkslxzpgi1c0xglywck1ik7ffi0hfwcq092wla7")))) (base32 "1fk6n402ywn4kpy6ng7sfnnqcg0mp6wq2hrv8sv3kxd0nh3na723"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no tests exist '(#:tests? #f ; no tests exist