gnu: ghc-x509: Update to 1.7.5.
* gnu/packages/haskell-crypto.scm (ghc-x509): Update to 1.7.5.
This commit is contained in:
parent
a8a60101aa
commit
1f795ab00e
|
@ -461,14 +461,14 @@ libraries, like OpenSSL.")
|
||||||
(define-public ghc-x509
|
(define-public ghc-x509
|
||||||
(package
|
(package
|
||||||
(name "ghc-x509")
|
(name "ghc-x509")
|
||||||
(version "1.7.3")
|
(version "1.7.5")
|
||||||
(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
|
||||||
"0mkk29g32fs70bqkikg83v45h9jig9c8aail3mrdqwxpkfa0yx21"))))
|
"1j67c35g8334jx7x32hh6awhr43dplp0qwal5gnlkmx09axzrc5i"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-memory" ,ghc-memory)
|
`(("ghc-memory" ,ghc-memory)
|
||||||
|
|
Loading…
Reference in New Issue