me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell-xyz.scm (ghc-persistent-sqlite): Update to 2.9.3.
master
Timothy Sample 2019-10-31 13:31:36 -04:00
parent 145148ca01
commit 801fbd7e0f
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -7855,7 +7855,7 @@ way.")
(define-public ghc-persistent-sqlite (define-public ghc-persistent-sqlite
(package (package
(name "ghc-persistent-sqlite") (name "ghc-persistent-sqlite")
(version "2.8.2") (version "2.9.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7864,7 +7864,7 @@ way.")
"persistent-sqlite-" version ".tar.gz")) "persistent-sqlite-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1chbmvjz46smhgnzhha3bbkhys3fys6dip1jr4v7xp1jf78zbyp6")))) "13wbn88ixv4d4dfjl1gabm1q60fbcnygbmixz57pi3z84drrynwq"))))
(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)