mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-asn1-parse: Update to 0.9.5.
* gnu/packages/haskell-crypto.scm (ghc-asn1-parse): Update to 0.9.5.
This commit is contained in:
parent
c07e16dd2c
commit
e2c0db3675
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ (define-public ghc-asn1-encoding
|
|||
(define-public ghc-asn1-parse
|
||||
(package
|
||||
(name "ghc-asn1-parse")
|
||||
(version "0.9.4")
|
||||
(version "0.9.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
|
@ -93,7 +93,7 @@ (define-public ghc-asn1-parse
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"025prsihk5g6rdv9xlfmj0zpa0wa3qjzj5i4ilzvg7f6f3sji8y6"))))
|
||||
"17pk8y3nwv9b9i5j15qlmwi7fmq9ab2z4kfpjk2rvcrh9lsf27wg"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-asn1-types" ,ghc-asn1-types)
|
||||
|
|
Loading…
Reference in a new issue