guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: grass: Update to 7.8.8.


From: guix-commits
Subject: 07/09: gnu: grass: Update to 7.8.8.
Date: Wed, 7 Feb 2024 12:35:28 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 8736c6357dfe052951d58a13fb13a4853b795d95
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Feb 4 16:47:17 2024 +0000

    gnu: grass: Update to 7.8.8.
    
    * gnu/packages/geo.scm (grass): Update to 7.8.8.
    
    Change-Id: Ife86e2f770e1a3bbc907e9baf25253dbff7e5653
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 6648dc2d25..702e15c8f8 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2587,7 +2587,7 @@ orienteering sport.")
     (license license:gpl3+)))
 
 (define-public grass
-  (let* ((version "7.8.7")
+  (let* ((version "7.8.8")
          (majorminor (string-join (list-head (string-split version #\.) 2) ""))
          (grassxx (string-append "grass" majorminor)))
     (package
@@ -2599,7 +2599,7 @@ orienteering sport.")
          (uri (string-append "https://grass.osgeo.org/"; grassxx
                              "/source/grass-" version ".tar.gz"))
          (sha256
-          (base32 "0sbz0ba9p963phvd0gmvfqq1fg4ixpipzcjbf20ys86qavjppzsg"))))
+          (base32 "1gpfbppfajc8d6b9alw9fdzgaa83w26kl6fff1395bc9gal215ms"))))
       (build-system gnu-build-system)
       (inputs
        `(("bzip2" ,bzip2)



reply via email to

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