mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: ghc-x509: Update to 1.7.3.
* gnu/packages/haskell-crypto.scm (ghc-x509): Update to 1.7.3.
This commit is contained in:
parent
7307a2f8a4
commit
bb7d443d85
1 changed files with 2 additions and 2 deletions
|
@ -423,14 +423,14 @@ (define-public ghc-sha
|
||||||
(define-public ghc-x509
|
(define-public ghc-x509
|
||||||
(package
|
(package
|
||||||
(name "ghc-x509")
|
(name "ghc-x509")
|
||||||
(version "1.6.4")
|
(version "1.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"x509/x509-" version ".tar.gz"))
|
"x509/x509-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hixx76wpb4qxida017ka5zr6lrsycahrqyw8z90q9mxvndpy3my"))))
|
"0mkk29g32fs70bqkikg83v45h9jig9c8aail3mrdqwxpkfa0yx21"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-memory" ,ghc-memory)
|
`(("ghc-memory" ,ghc-memory)
|
||||||
|
|
Loading…
Reference in a new issue