me
/
guix
Archived
1
0
Fork 0

gnu: libtasn1: Update to 4.15.0.

* gnu/packages/tls.scm (libtasn1): Update to 4.15.0.
master
Marius Bakke 2019-12-03 00:08:59 +01:00
parent 717867a6ef
commit 3efc744f94
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.14")
(version "4.15.0")
(source
(origin
(method url-fetch)
@ -79,7 +79,7 @@
version ".tar.gz"))
(sha256
(base32
"025sqnlzji78ss2fi78dajc0v0h5fi02wp39hws41sn8qnjlnq4y"))))
"17kkh89zfnwszw657fj13y2gamzay33lsrfazgm4sc7mx2gm0xyx"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))