mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: ghc-text-zipper: Update to 0.13.
* gnu/packages/haskell-xyz.scm (ghc-text-zipper): Update to 0.13. Change-Id: I0ae9154713d799b48f9f0772a7c7ee2210493095
This commit is contained in:
parent
641512d57e
commit
99049df1d4
1 changed files with 2 additions and 2 deletions
|
@ -8519,13 +8519,13 @@ (define-public ghc-text-short
|
||||||
(define-public ghc-text-zipper
|
(define-public ghc-text-zipper
|
||||||
(package
|
(package
|
||||||
(name "ghc-text-zipper")
|
(name "ghc-text-zipper")
|
||||||
(version "0.12")
|
(version "0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hackage-uri "text-zipper" version))
|
(uri (hackage-uri "text-zipper" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00k7d6qfznhp6l2ihw3pppkn580pwd7ac7wx9vidil4y9hjagaw6"))))
|
"1acq583wmgb53viqslbkgl454300fawg5lryxddfiy1mqk3iqlh6"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(properties '((upstream-name . "text-zipper")))
|
(properties '((upstream-name . "text-zipper")))
|
||||||
(inputs (list ghc-vector))
|
(inputs (list ghc-vector))
|
||||||
|
|
Loading…
Reference in a new issue