diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-14 21:02:26 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-15 09:57:14 +0200 |
commit | beb2d4be84f6d632c77cf9d1c9698b1fde015c1c (patch) | |
tree | eca6e4b089ebab84ba5e9833802a99cdc3b06c56 /gnu/packages/nickle.scm | |
parent | 752ff6e9aa3a3e03415059b6d5de24b25ce169ce (diff) | |
download | patches-beb2d4be84f6d632c77cf9d1c9698b1fde015c1c.tar patches-beb2d4be84f6d632c77cf9d1c9698b1fde015c1c.tar.gz |
gnu: nickle: Update to 2.81.
* gnu/packages/nickle.scm (nickle): Update to 2.81.
Diffstat (limited to 'gnu/packages/nickle.scm')
-rw-r--r-- | gnu/packages/nickle.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/nickle.scm b/gnu/packages/nickle.scm index 4c2269635b..860c111f43 100644 --- a/gnu/packages/nickle.scm +++ b/gnu/packages/nickle.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Nils Gillmann <ng0@n0.is> +;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -27,14 +28,14 @@ (define-public nickle (package (name "nickle") - (version "2.77") + (version "2.81") (source (origin (method url-fetch) (uri (string-append "https://nickle.org/release/nickle-" version ".tar.gz")) (sha256 (base32 - "0rhij7cn1zkn8wzxyjkamz9fs262zyg80p6v6i864hdalg4plpm3")))) + "1daqsflnqqgfkq6w6dknbm42avz70f5qxn7qidvgp472i4a37acr")))) (build-system gnu-build-system) (native-inputs `(("readline" ,readline))) |