distro: gnutls: Update to 3.1.6.

* distro/packages/gnutls.scm (gnutls): Update to 3.1.6.
master
Andreas Enge 2013-01-17 16:41:05 +01:00
parent aba326f79c
commit 8ca6cc4b45
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ portable, and only require an ANSI C89 platform.")
(define-public gnutls (define-public gnutls
(package (package
(name "gnutls") (name "gnutls")
(version "3.1.5") (version "3.1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -63,7 +63,7 @@ portable, and only require an ANSI C89 platform.")
".tar.xz")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1lz05l19s64s5hmhc9fh48ip6izy80bdiv0pwkfg9fwwvn25j29g")))) "0zsybr9plllk1phh83bx9bg7c5ccik427j4n3k1s9fiy4j69n0w3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; Build of the Guile bindings is not parallel-safe. See ;; Build of the Guile bindings is not parallel-safe. See