gnu: nickle: Update to 2.82.

* gnu/packages/nickle.scm (nickle): Update to 2.82.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-04 06:12:18 +02:00
parent 9e783d0bf2
commit 1f2cf5d9db
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
(define-public nickle (define-public nickle
(package (package
(name "nickle") (name "nickle")
(version "2.81") (version "2.82")
(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
"1daqsflnqqgfkq6w6dknbm42avz70f5qxn7qidvgp472i4a37acr")))) "0jy96z01qbrnmsrywn5mfa14615qdix6b8520qd65c6yjyrk8gs0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("readline" ,readline))) `(("readline" ,readline)))