mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: ghc-asn1-types: Update to 0.3.3.
* gnu/packages/haskell-crypto.scm (ghc-asn1-types): Update to 0.3.3.
This commit is contained in:
parent
a777c69aaf
commit
a47ef464ce
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ (define-module (gnu packages haskell-crypto)
|
|||
(define-public ghc-asn1-types
|
||||
(package
|
||||
(name "ghc-asn1-types")
|
||||
(version "0.3.2")
|
||||
(version "0.3.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
|
@ -44,7 +44,7 @@ (define-public ghc-asn1-types
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05vjchyqiy9n275cygffhn0ma7fz7jx52j0dcdm9qm8h9bziymqc"))))
|
||||
"162lacdl9jr42pdhaj9hxqlba6hjxm6g866anna74q6v3cvw5ssp"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-memory" ,ghc-memory)
|
||||
|
|
Loading…
Reference in a new issue