1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: ghc-persistent-sqlite: Update to 2.8.2.

* gnu/packages/haskell.scm (ghc-persistent-sqlite): Update to 2.8.2.
This commit is contained in:
Timothy Sample 2018-08-29 01:27:50 -04:00 committed by Ricardo Wurmus
parent 0ea695f677
commit 7eee87e65d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10217,7 +10217,7 @@ working with it.")
(define-public ghc-persistent-sqlite (define-public ghc-persistent-sqlite
(package (package
(name "ghc-persistent-sqlite") (name "ghc-persistent-sqlite")
(version "2.6.4") (version "2.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -10226,7 +10226,7 @@ working with it.")
"persistent-sqlite-" version ".tar.gz")) "persistent-sqlite-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"16mc2ra0hbyyc8ckjlxxc11bpskdymbr8c3g6ih6wzik639xprbm")))) "1chbmvjz46smhgnzhha3bbkhys3fys6dip1jr4v7xp1jf78zbyp6"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-persistent" ,ghc-persistent) (inputs `(("ghc-persistent" ,ghc-persistent)
("ghc-unliftio-core" ,ghc-unliftio-core) ("ghc-unliftio-core" ,ghc-unliftio-core)