gnu: skalibs: Update to 2.7.0.0.

* gnu/packages/skarnet.scm (skalibs): Update to 2.7.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-16 01:33:34 +02:00
parent 7fe3a57ac5
commit c8e4b5d0ed
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
(define-public skalibs
(package
(name "skalibs")
(version "2.6.4.0")
(version "2.7.0.0")
(source
(origin
(method url-fetch)
@ -37,10 +37,10 @@
version ".tar.gz"))
(sha256
(base32
"1iywavxaw398ifc35xda27cb8hx14viy3kqrzby8fqysx3qp7b1h"))))
"0mnprdf4w4ami0db22rwd111m037cdmn2p8xa4i8cbwxcrv4sjcn"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no tests exist
'(#:tests? #f ; no tests exist
#:phases (modify-phases %standard-phases
(add-after 'unpack 'reproducible
(lambda _