mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
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 @@ (define-public ghc-hourglass
|
|||
(define-public ghc-hpack
|
||||
(package
|
||||
(name "ghc-hpack")
|
||||
(version "0.34.4")
|
||||
(version "0.34.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6079,7 +6079,7 @@ (define-public ghc-hpack
|
|||
"hpack-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xszy00al5zzga64gh7nvgqc93242f61kqy8lb09jkm98a8fs4bl"))))
|
||||
"0gmm6jgi1sgyilphww6apq1x04grqznm7xhyb7g1rj5j7my40ws2"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-aeson" ,ghc-aeson)
|
||||
|
|
Loading…
Reference in a new issue