gnu: libtasn1: Update to 4.16.0.

* gnu/packages/tls.scm (libtasn1): Update to 4.16.0.
This commit is contained in:
Marius Bakke 2020-02-02 22:10:09 +01:00
parent 3079b8144d
commit 3a22f04af1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
(define-public libtasn1
(package
(name "libtasn1")
(version "4.15.0")
(version "4.16.0")
(source
(origin
(method url-fetch)
@ -79,7 +79,7 @@
version ".tar.gz"))
(sha256
(base32
"17kkh89zfnwszw657fj13y2gamzay33lsrfazgm4sc7mx2gm0xyx"))))
"179jskl7dmfp1rd2khkzmlibzgki4wi6hvmmwfv7q49r728b03qf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))