Skip to content
Snippets Groups Projects
Unverified Commit bcf97320 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: grass: Update to 7.8.4.

* gnu/packages/geo.scm (grass): Update to 7.8.4.
parent 719246a5
No related branches found
No related tags found
No related merge requests found
...@@ -1761,7 +1761,7 @@ (define-public opencpn ...@@ -1761,7 +1761,7 @@ (define-public opencpn
license:zlib)))) license:zlib))))
(define-public grass (define-public grass
(let* ((version "7.8.2") (let* ((version "7.8.4")
(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
...@@ -1773,7 +1773,7 @@ (define-public grass ...@@ -1773,7 +1773,7 @@ (define-public grass
(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 "1fwsm99kz0bxvjk7442qq1h45ikrmhba8bqclafb61gqg1q6ymrk")))) (base32 "1yfghvp522ijww3n3l5xarjbc21rm0gmlgr3lvwxrv23bvxmllyr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bzip2" ,bzip2) `(("bzip2" ,bzip2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment