mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02: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 @@ syntax and semantics as Perl 5.")
|
|||
(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 @@ syntax and semantics as Perl 5.")
|
|||
"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…
Add table
Add a link
Reference in a new issue