~ruther/guix-local

8ca6cc4b451cab4b686d28f8aedef2c39fab6a17 — Andreas Enge 13 years ago aba326f
distro: gnutls: Update to 3.1.6.

* distro/packages/gnutls.scm (gnutls): Update to 3.1.6.
1 files changed, 2 insertions(+), 2 deletions(-)

M distro/packages/gnutls.scm
M distro/packages/gnutls.scm => distro/packages/gnutls.scm +2 -2
@@ 53,7 53,7 @@ portable, and only require an ANSI C89 platform.")
(define-public gnutls
  (package
    (name "gnutls")
    (version "3.1.5")
    (version "3.1.6")
    (source
     (origin
      (method url-fetch)


@@ 63,7 63,7 @@ portable, and only require an ANSI C89 platform.")
            ".tar.xz"))
      (sha256
       (base32
        "1lz05l19s64s5hmhc9fh48ip6izy80bdiv0pwkfg9fwwvn25j29g"))))
        "0zsybr9plllk1phh83bx9bg7c5ccik427j4n3k1s9fiy4j69n0w3"))))
    (build-system gnu-build-system)

    ;; Build of the Guile bindings is not parallel-safe.  See