gnu: ghc-hpack: Update to 0.34.5.
* gnu/packages/haskell-xyz.scm (ghc-hpack): Update to 0.34.5.
This commit is contained in:
parent
c75122cfc0
commit
c62fdba44d
1 changed files with 2 additions and 2 deletions
|
@ -6071,7 +6071,7 @@ representations of current time.")
|
||||||
(define-public ghc-hpack
|
(define-public ghc-hpack
|
||||||
(package
|
(package
|
||||||
(name "ghc-hpack")
|
(name "ghc-hpack")
|
||||||
(version "0.34.4")
|
(version "0.34.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6079,7 +6079,7 @@ representations of current time.")
|
||||||
"hpack-" version ".tar.gz"))
|
"hpack-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xszy00al5zzga64gh7nvgqc93242f61kqy8lb09jkm98a8fs4bl"))))
|
"0gmm6jgi1sgyilphww6apq1x04grqznm7xhyb7g1rj5j7my40ws2"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-aeson" ,ghc-aeson)
|
`(("ghc-aeson" ,ghc-aeson)
|
||||||
|
|
Reference in a new issue