guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: grass: Update to 7.8.7.


From: guix-commits
Subject: 09/13: gnu: grass: Update to 7.8.7.
Date: Sun, 17 Jul 2022 18:26:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit df70fd3348cd38bd74d6de560edf7bc72d47f7fd
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Wed Jul 6 18:14:06 2022 +0000

    gnu: grass: Update to 7.8.7.
    
    * gnu/packages/geo.scm (grass): Update to 7.8.7.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 5e6cf15f06..ee849b7c1c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2209,7 +2209,7 @@ orienteering sport.")
     (license license:gpl3+)))
 
 (define-public grass
-  (let* ((version "7.8.6")
+  (let* ((version "7.8.7")
          (majorminor (string-join (list-head (string-split version #\.) 2) ""))
          (grassxx (string-append "grass" majorminor)))
     (package
@@ -2221,7 +2221,7 @@ orienteering sport.")
          (uri (string-append "https://grass.osgeo.org/"; grassxx
                              "/source/grass-" version ".tar.gz"))
          (sha256
-          (base32 "1glk74ly3j0x8ymn4jp73s6y8qv7p3g5nv4gvb6l9qqplyq1fpnq"))))
+          (base32 "0sbz0ba9p963phvd0gmvfqq1fg4ixpipzcjbf20ys86qavjppzsg"))))
       (build-system gnu-build-system)
       (inputs
        `(("bzip2" ,bzip2)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]