mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ speed, flexibility, and quality of parse errors.")
|
||||||
(define-public ghc-memory
|
(define-public ghc-memory
|
||||||
(package
|
(package
|
||||||
(name "ghc-memory")
|
(name "ghc-memory")
|
||||||
(version "0.14.16")
|
(version "0.14.18")
|
||||||
(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/"
|
||||||
"memory/memory-" version ".tar.gz"))
|
"memory/memory-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03rbszi5d4z9rlbfv8ydrl1xf84xsh8z57g07f7j9qccn9587c3v"))))
|
"01rmq3vagxzjmm96qnfxk4f0516cn12bp5m8inn8h5r918bqsigm"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-basement" ,ghc-basement)
|
`(("ghc-basement" ,ghc-basement)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue