3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: grass: Update to 7.8.6.

* gnu/packages/geo.scm (grass): Update to 7.8.6.
This commit is contained in:
Guillaume Le Vaillant 2022-01-19 10:33:13 +01:00
parent 15bcecc5a7
commit d8d0bd7c67
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2086,7 +2086,7 @@ orienteering sport.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public grass (define-public grass
(let* ((version "7.8.5") (let* ((version "7.8.6")
(majorminor (string-join (list-head (string-split version #\.) 2) "")) (majorminor (string-join (list-head (string-split version #\.) 2) ""))
(grassxx (string-append "grass" majorminor))) (grassxx (string-append "grass" majorminor)))
(package (package
@ -2098,7 +2098,7 @@ orienteering sport.")
(uri (string-append "https://grass.osgeo.org/" grassxx (uri (string-append "https://grass.osgeo.org/" grassxx
"/source/grass-" version ".tar.gz")) "/source/grass-" version ".tar.gz"))
(sha256 (sha256
(base32 "0dzzhgcsrszzinvjir50nvzq873b8gsp0p9k8fvcrv14amkbnnd3")))) (base32 "1glk74ly3j0x8ymn4jp73s6y8qv7p3g5nv4gvb6l9qqplyq1fpnq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bzip2" ,bzip2) `(("bzip2" ,bzip2)