gnu: nettle: Update to 2.7.

* gnu/packages/nettle.scm (nettle): Update to 2.7.
This commit is contained in:
Ludovic Courtès 2013-04-25 00:06:39 +02:00
parent 825d0ebc5b
commit f6f207b803
1 changed files with 2 additions and 2 deletions

View File

@ -27,14 +27,14 @@
(define-public nettle (define-public nettle
(package (package
(name "nettle") (name "nettle")
(version "2.6") (version "2.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/nettle/nettle-" (uri (string-append "mirror://gnu/nettle/nettle-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0mminj3fg0vba8qx4q6dbf0xz6fskamli7z2r8rci5xrcd7n5pv0")))) "1mnl5i1136p47lrklm0mhnnv3gjakza385zvxz12qf057h9ym562"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("m4" ,m4))) (inputs `(("m4" ,m4)))
(propagated-inputs `(("gmp" ,gmp))) (propagated-inputs `(("gmp" ,gmp)))