mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-gnutls: Update to 4.0.0.
* gnu/packages/tls.scm (guile-gnutls): Update to 4.0.0. Change-Id: I7ced2e1309364c990907fafc489917fcd56fa103
This commit is contained in:
parent
8c37598ca3
commit
f6c6dd229f
1 changed files with 3 additions and 3 deletions
|
@ -336,7 +336,7 @@ (define-public guile-gnutls
|
|||
;; This package supersedes the Guile bindings that came with GnuTLS until
|
||||
;; version 3.7.8 included.
|
||||
(name "guile-gnutls")
|
||||
(version "3.7.14")
|
||||
(version "4.0.0")
|
||||
(home-page "https://gitlab.com/gnutls/guile/")
|
||||
(source (origin
|
||||
;; url-fetch is used here to avoid a circular dependency with
|
||||
|
@ -344,11 +344,11 @@ (define-public guile-gnutls
|
|||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://gitlab.com/gnutls/guile/uploads/"
|
||||
"1fdc941351d54cd7affda1bb912b9ca5"
|
||||
"9060bc55069cedb40ab46cea49b439c0"
|
||||
"/guile-gnutls-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ldnxq5qxzy92jd8w5c717bgx4038x9qmi43bzl6kmlkzpagqayy"))))
|
||||
"0fdjmy9vfjwk2v616nan1zz6iy9i086vrh5mdcsfqxi00ckbjk2v"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue