gnu: nickle: Update to 2.82.

* gnu/packages/nickle.scm (nickle): Update to 2.82.
master
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
(package
(name "nickle")
(version "2.81")
(version "2.82")
(source (origin
(method url-fetch)
(uri (string-append "https://nickle.org/release/nickle-"
version ".tar.gz"))
(sha256
(base32
"1daqsflnqqgfkq6w6dknbm42avz70f5qxn7qidvgp472i4a37acr"))))
"0jy96z01qbrnmsrywn5mfa14615qdix6b8520qd65c6yjyrk8gs0"))))
(build-system gnu-build-system)
(native-inputs
`(("readline" ,readline)))