me
/
guix
Archived
1
0
Fork 0

gnu: nickle: Update to 2.90.

* gnu/packages/nickle.scm (nickle): Update to 2.90.
Marius Bakke 2022-11-22 07:42:16 +01:00
parent c0a39f12f1
commit a3c87f1460
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
(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))