[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: grass: Update to 7.8.6.
From: |
guix-commits |
Subject: |
02/04: gnu: grass: Update to 7.8.6. |
Date: |
Wed, 19 Jan 2022 08:11:51 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit d8d0bd7c6764308bba16494b75dd3f22a95e7545
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Jan 19 10:33:13 2022 +0100
gnu: grass: Update to 7.8.6.
* gnu/packages/geo.scm (grass): Update to 7.8.6.
---
gnu/packages/geo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 6f87375bcc..8de186a4e3 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2086,7 +2086,7 @@ orienteering sport.")
(license license:gpl3+)))
(define-public grass
- (let* ((version "7.8.5")
+ (let* ((version "7.8.6")
(majorminor (string-join (list-head (string-split version #\.) 2) ""))
(grassxx (string-append "grass" majorminor)))
(package
@@ -2098,7 +2098,7 @@ orienteering sport.")
(uri (string-append "https://grass.osgeo.org/" grassxx
"/source/grass-" version ".tar.gz"))
(sha256
- (base32 "0dzzhgcsrszzinvjir50nvzq873b8gsp0p9k8fvcrv14amkbnnd3"))))
+ (base32 "1glk74ly3j0x8ymn4jp73s6y8qv7p3g5nv4gvb6l9qqplyq1fpnq"))))
(build-system gnu-build-system)
(inputs
`(("bzip2" ,bzip2)