gnu: grass: Update to 7.8.6.
* gnu/packages/geo.scm (grass): Update to 7.8.6.
parent
15bcecc5a7
commit
d8d0bd7c67
|
@ -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)
|
||||||
|
|
Reference in New Issue