[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)
- branch master updated (10dba10fd6 -> 5d2302a195), guix-commits, 2024/02/07
- 02/09: gnu: python-pyproj: Update to 3.6.1., guix-commits, 2024/02/07
- 06/09: gnu: python-pyshp: Update to 2.3.1., guix-commits, 2024/02/07
- 03/09: gnu: libgeotiff: Fix build with proj 9.3.1., guix-commits, 2024/02/07
- 05/09: gnu: python-shapely: Update to 2.0.2., guix-commits, 2024/02/07
- 01/09: gnu: proj: Update to 9.3.1., guix-commits, 2024/02/07
- 07/09: gnu: grass: Update to 7.8.8.,
guix-commits <=
- 08/09: gnu: qgis: Fix build against proj 9.3.1., guix-commits, 2024/02/07
- 04/09: gnu: geos: Update to 3.12.1., guix-commits, 2024/02/07
- 09/09: gnu: janet: Update to 1.33.0, guix-commits, 2024/02/07