Skip to content
Snippets Groups Projects
Commit 825d0ebc authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: libtasn1: Update to 3.3.

* gnu/packages/gnutls.scm (libtasn1): Update to 3.3.
parent 65b96a0c
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ (define-module (gnu packages gnutls) ...@@ -31,7 +31,7 @@ (define-module (gnu packages gnutls)
(define-public libtasn1 (define-public libtasn1
(package (package
(name "libtasn1") (name "libtasn1")
(version "3.2") (version "3.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -39,7 +39,7 @@ (define-public libtasn1 ...@@ -39,7 +39,7 @@ (define-public libtasn1
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0gvgndypwicchf7m660zh7jdgmkfj9g9xavpcc08pyd0120y0bk7")))) "1h1sz5py8zlg4yczybr6wa925pyadvjcxrdmhilwaqqgs4n2lrcj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.gnu.org/software/libtasn1/") (home-page "http://www.gnu.org/software/libtasn1/")
(synopsis "ASN.1 library") (synopsis "ASN.1 library")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment