mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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
|
||||
(package
|
||||
(name "nickle")
|
||||
(version "2.82")
|
||||
(version "2.90")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://nickle.org/release/nickle-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jy96z01qbrnmsrywn5mfa14615qdix6b8520qd65c6yjyrk8gs0"))))
|
||||
"197532b7ghkfnzx9qvxd2qjpnqba7bfl79iff3hk2jxcl0d83czv"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list readline))
|
||||
|
|
Loading…
Reference in a new issue