mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ghc-persistent: Update to 2.9.2.
* gnu/packages/haskell-xyz.scm (ghc-persistent): Update to 2.9.2.
This commit is contained in:
parent
a41c16dc32
commit
18a38da5ab
1 changed files with 2 additions and 2 deletions
|
@ -7775,7 +7775,7 @@ (define-public ghc-pcre-light
|
|||
(define-public ghc-persistent
|
||||
(package
|
||||
(name "ghc-persistent")
|
||||
(version "2.8.2")
|
||||
(version "2.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7784,7 +7784,7 @@ (define-public ghc-persistent
|
|||
"persistent-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1h0yijbf1yiwl50klyafy4ln99j8bib4kgbzviw7fc4y4mwv4sv9"))))
|
||||
"1wsa3kn427v88a6r0vwr6mz23snik2krbsgc8zqp18xajqn5szj9"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-old-locale" ,ghc-old-locale)
|
||||
("ghc-conduit" ,ghc-conduit)
|
||||
|
|
Loading…
Reference in a new issue