mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: ghc-invariant: Update to 0.5.3.
* gnu/packages/haskell-xyz.scm (ghc-invariant): Update to 0.5.3.
This commit is contained in:
parent
60e78e684e
commit
d3a0e0b4c2
1 changed files with 2 additions and 2 deletions
|
@ -5359,7 +5359,7 @@ example code on the home page for a quick introduction.")
|
||||||
(define-public ghc-invariant
|
(define-public ghc-invariant
|
||||||
(package
|
(package
|
||||||
(name "ghc-invariant")
|
(name "ghc-invariant")
|
||||||
(version "0.5.1")
|
(version "0.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5368,7 +5368,7 @@ example code on the home page for a quick introduction.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0aqj7z55632qdg45074kgn9qfdxzb0a2f8lgjzr0l0i4mm2rr37b"))))
|
"03245nhcqxx6b0yw81fzqaqd7cgllmx8awzhvs2xv7ys73pmsgnp"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-bifunctors" ,ghc-bifunctors)
|
`(("ghc-bifunctors" ,ghc-bifunctors)
|
||||||
|
|
Loading…
Add table
Reference in a new issue