distro: nettle: Update to 2.6.
* distro/packages/nettle.scm (nettle): Update to 2.6.master
parent
183c9a89a3
commit
2a6c679561
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -27,22 +27,18 @@
|
||||||
(define-public nettle
|
(define-public nettle
|
||||||
(package
|
(package
|
||||||
(name "nettle")
|
(name "nettle")
|
||||||
(version "2.5")
|
(version "2.6")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method url-fetch)
|
(uri (string-append "mirror://gnu/nettle/nettle-"
|
||||||
(uri (string-append
|
version ".tar.gz"))
|
||||||
"mirror://gnu/nettle/nettle-"
|
(sha256
|
||||||
version
|
(base32
|
||||||
".tar.gz"))
|
"0mminj3fg0vba8qx4q6dbf0xz6fskamli7z2r8rci5xrcd7n5pv0"))))
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0wicr7amx01l03rm0pzgr1qvw3f9blaw17vjsy1301dh13ll58aa"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("m4" ,m4)))
|
(inputs `(("m4" ,m4)))
|
||||||
(propagated-inputs `(("gmp" ,gmp)))
|
(propagated-inputs `(("gmp" ,gmp)))
|
||||||
(home-page
|
(home-page "http://www.lysator.liu.se/~nisse/nettle/")
|
||||||
"http://www.lysator.liu.se/~nisse/nettle/")
|
|
||||||
(synopsis "GNU Nettle, a cryptographic library")
|
(synopsis "GNU Nettle, a cryptographic library")
|
||||||
(description
|
(description
|
||||||
"Nettle is a cryptographic library that is designed to fit easily
|
"Nettle is a cryptographic library that is designed to fit easily
|
||||||
|
|
Reference in New Issue