mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: postgis: Update to 3.1.2.
* gnu/packages/geo.scm (postgis): Update to 3.1.2.
This commit is contained in:
parent
723a246055
commit
b8418eeed4
1 changed files with 2 additions and 2 deletions
|
@ -973,14 +973,14 @@ (define-public python-cartopy
|
|||
(define-public postgis
|
||||
(package
|
||||
(name "postgis")
|
||||
(version "3.1.1")
|
||||
(version "3.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.osgeo.org/postgis/source/postgis-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z9a39243fv37mansbbjq5mmxpnhr7xzn8pv92fr7dkdb3psz5hf"))))
|
||||
"0ch7gry8a1i9114mlhklxryn7ja3flsz6pxj9r5p09k92xh3gp9c"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue