me
/
guix
Archived
1
0
Fork 0

gnu: virtualpg: Update to 2.0.1.

* gnu/packages/geo.scm (virtualpg): Update to 2.0.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Felix Gruber 2021-03-05 10:23:11 +01:00 committed by Guillaume Le Vaillant
parent d2278beb10
commit b2a94e59b8
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -1756,14 +1756,14 @@ tools supporting SpatiaLite.")
(define-public virtualpg
(package
(name "virtualpg")
(version "1.0.2")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.gaia-gis.it/gaia-sins/"
"virtualpg-" version ".tar.gz"))
(sha256
(base32 "0kjipcd08vvn188xmwbs7sw41xcs06x47n2hbqshpjcr51mxbarp"))))
(base32 "12z0l7368r4116ljzg7nljy5hf425r11vxc540w79wlzikmynamy"))))
(build-system gnu-build-system)
(inputs
`(("postgresql" ,postgresql)