me
/
guix
Archived
1
0
Fork 0

gnu: ghc-weigh: Update to 0.0.14.

* gnu/packages/haskell-xyz.scm (ghc-weigh): Update to 0.0.14.
master
Timothy Sample 2019-10-31 12:54:49 -04:00
parent c09d1e6240
commit b6d9777f49
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -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)