mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: ephemeralpg: Update to 3.1.
* gnu/packages/databases.scm (ephemeralpg): Update to 3.1.
This commit is contained in:
parent
fbe71e0da5
commit
33df476380
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ (define-public go-gopkg.in-mgo.v2
|
||||||
(define-public ephemeralpg
|
(define-public ephemeralpg
|
||||||
(package
|
(package
|
||||||
(name "ephemeralpg")
|
(name "ephemeralpg")
|
||||||
(version "3.0")
|
(version "3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -245,7 +245,7 @@ (define-public ephemeralpg
|
||||||
"https://eradman.com/ephemeralpg/code/ephemeralpg-"
|
"https://eradman.com/ephemeralpg/code/ephemeralpg-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1j0g7g114ma7y7sadbng5p1ss1zsm9zpicm77qspym6565733vvh"))))
|
(base32 "1ap22ki8yz6agd0qybcjgs4b9izw1rwwcgpxn3jah2ccfyax34s6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list "CC=gcc"
|
'(#:make-flags (list "CC=gcc"
|
||||||
|
|
Loading…
Reference in a new issue