mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: nickle: Update to 2.90.
* gnu/packages/nickle.scm (nickle): Update to 2.90.
This commit is contained in:
parent
c0a39f12f1
commit
a3c87f1460
1 changed files with 2 additions and 2 deletions
|
@ -28,14 +28,14 @@ (define-module (gnu packages nickle)
|
||||||
(define-public nickle
|
(define-public nickle
|
||||||
(package
|
(package
|
||||||
(name "nickle")
|
(name "nickle")
|
||||||
(version "2.82")
|
(version "2.90")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://nickle.org/release/nickle-"
|
(uri (string-append "https://nickle.org/release/nickle-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jy96z01qbrnmsrywn5mfa14615qdix6b8520qd65c6yjyrk8gs0"))))
|
"197532b7ghkfnzx9qvxd2qjpnqba7bfl79iff3hk2jxcl0d83czv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list readline))
|
(list readline))
|
||||||
|
|
Loading…
Reference in a new issue