mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-cereal: Update to 0.5.7.0.
* gnu/packages/haskell.scm (ghc-cereal): Update to 0.5.7.0.
This commit is contained in:
parent
5e4058ad85
commit
91ffeed70a
1 changed files with 2 additions and 2 deletions
|
@ -2939,7 +2939,7 @@ Dual to @code{Traversable}.")
|
||||||
(define-public ghc-cereal
|
(define-public ghc-cereal
|
||||||
(package
|
(package
|
||||||
(name "ghc-cereal")
|
(name "ghc-cereal")
|
||||||
(version "0.5.3.0")
|
(version "0.5.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2949,7 +2949,7 @@ Dual to @code{Traversable}.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x4aib7nnaf4x2b9zlndq5n5zsqniw78jifkf55nhnbmvryf05n3"))))
|
"1j7imh2mzqcljld7sx0av69699955rpy3hzivi5723i6a9nszgbs"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue