mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: ghc-memory: Update to 0.14.18.
* gnu/packages/haskell-xyz.scm (ghc-memory): Update to 0.14.18.
This commit is contained in:
parent
ca0701ef9f
commit
d2c7d3367f
1 changed files with 2 additions and 2 deletions
|
@ -6127,14 +6127,14 @@ (define-public ghc-megaparsec-7
|
|||
(define-public ghc-memory
|
||||
(package
|
||||
(name "ghc-memory")
|
||||
(version "0.14.16")
|
||||
(version "0.14.18")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
"memory/memory-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03rbszi5d4z9rlbfv8ydrl1xf84xsh8z57g07f7j9qccn9587c3v"))))
|
||||
"01rmq3vagxzjmm96qnfxk4f0516cn12bp5m8inn8h5r918bqsigm"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-basement" ,ghc-basement)
|
||||
|
|
Loading…
Reference in a new issue