mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: asn1c: Update to 0.9.28.
* gnu/packages/tls.scm (asn1c): Update to 0.9.28.
This commit is contained in:
parent
0b7b8fb045
commit
ff7da7e04d
1 changed files with 2 additions and 2 deletions
|
@ -75,14 +75,14 @@ (define-public libtasn1
|
|||
(define-public asn1c
|
||||
(package
|
||||
(name "asn1c")
|
||||
(version "0.9.27")
|
||||
(version "0.9.28")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://lionet.info/soft/asn1c-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17nvn2kzvlryasr9dzqg6gs27b9lvqpval0k31pb64bjqbhn8pq2"))))
|
||||
"1fc64g45ykmv73kdndr4zdm4wxhimhrir4rxnygxvwkych5l81w0"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)))
|
||||
|
|
Loading…
Reference in a new issue