gnu: ghc-weigh: Update to 0.0.14.
* gnu/packages/haskell-xyz.scm (ghc-weigh): Update to 0.0.14.master
parent
c09d1e6240
commit
b6d9777f49
|
@ -11615,7 +11615,7 @@ widths to the Char type.")
|
||||||
(define-public ghc-weigh
|
(define-public ghc-weigh
|
||||||
(package
|
(package
|
||||||
(name "ghc-weigh")
|
(name "ghc-weigh")
|
||||||
(version "0.0.12")
|
(version "0.0.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11623,7 +11623,7 @@ widths to the Char type.")
|
||||||
"weigh-" version ".tar.gz"))
|
"weigh-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zw2a997gxgdzqmd7j730kxgynzmjvvlkw84dajmfzf1v9pbij7x"))))
|
"0l85marb5rl9nr1c0id42dnr5i9fk1jciy5h6lywhb34w3hbj61g"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-split" ,ghc-split)
|
`(("ghc-split" ,ghc-split)
|
||||||
|
|
Reference in New Issue