gnu: skalibs: Update to 2.9.1.0.
* gnu/packages/skarnet.scm (skalibs): Update to 2.9.1.0.
This commit is contained in:
parent
64c1e6fe4a
commit
20d812fac4
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr>
|
;;; Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr>
|
||||||
;;; Copyright © 2017 Z. Ren <zren@dlut.edu.cn>
|
;;; Copyright © 2017 Z. Ren <zren@dlut.edu.cn>
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -29,14 +30,14 @@
|
||||||
(define-public skalibs
|
(define-public skalibs
|
||||||
(package
|
(package
|
||||||
(name "skalibs")
|
(name "skalibs")
|
||||||
(version "2.8.1.0")
|
(version "2.9.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 "1fk6n402ywn4kpy6ng7sfnnqcg0mp6wq2hrv8sv3kxd0nh3na723"))))
|
(base32 "19c6s3f7vxi96l2yqzjk9x9i4xkfg4fdzxhn1jg6bfb2qjph9cnk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests exist
|
'(#:tests? #f ; no tests exist
|
||||||
|
|
Reference in a new issue