mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ghc-x509-system: Update to 1.6.4.
* gnu/packages/haskell-crypto.scm (ghc-x509-system): Update to 1.6.4.
This commit is contained in:
parent
1705140577
commit
ea9aaa6ed2
1 changed files with 2 additions and 2 deletions
|
@ -508,7 +508,7 @@ (define-public ghc-x509-validation
|
|||
(define-public ghc-x509-system
|
||||
(package
|
||||
(name "ghc-x509-system")
|
||||
(version "1.6.1")
|
||||
(version "1.6.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
|
@ -516,7 +516,7 @@ (define-public ghc-x509-system
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10qf60d2f9jqwnbrhsb2cwpi86xg66m6dxndlxw967v1cdb3h6gf"))))
|
||||
"0k7zc0xp7r6kqmi39rpiicvq78xb0pr2cq6q5s3kmmsshllg13nr"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-mtl" ,ghc-mtl)
|
||||
|
|
Loading…
Reference in a new issue