* [bug#47579] [PATCH] gnu: saga: Update to 7.9.0.
@ 2021-04-03 9:12 Felix Gruber
2021-04-03 13:01 ` bug#47579: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-04-03 9:12 UTC (permalink / raw)
To: 47579; +Cc: Felix Gruber
* gnu/packages/geo.scm (saga): Update to 7.9.0.
[inputs]: Replace proj.4 with proj.
---
gnu/packages/geo.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index be05fbe711..37783b7ccd 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2013,7 +2013,7 @@ visualization.")
(define-public saga
(package
(name "saga")
- (version "7.6.2")
+ (version "7.9.0")
(source
(origin
(method url-fetch)
@@ -2021,7 +2021,7 @@ visualization.")
(version-major version) "/SAGA%20-%20" version
"/saga-" version ".tar.gz"))
(sha256
- (base32 "09j5magmayq2y620kqa490mfd1kpdp3lng2ifcgbrmssc079ybm0"))))
+ (base32 "1n051yxxkylly0k9rlkx2ih3j2lf9d4csg00sm7161r7nhjvggd1"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@@ -2036,7 +2036,7 @@ visualization.")
("libtiff" ,libtiff)
("opencv" ,opencv)
("postgresql" ,postgresql)
- ("proj.4" ,proj.4)
+ ("proj" ,proj)
("python" ,python)
("qhull" ,qhull)
("unixodbc" ,unixodbc)
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#47579: [PATCH] gnu: saga: Update to 7.9.0.
2021-04-03 9:12 [bug#47579] [PATCH] gnu: saga: Update to 7.9.0 Felix Gruber
@ 2021-04-03 13:01 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-04-03 13:01 UTC (permalink / raw)
To: Felix Gruber; +Cc: 47579-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 35351dfd97056974922e59c273fda583a2250ddb.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-03 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 9:12 [bug#47579] [PATCH] gnu: saga: Update to 7.9.0 Felix Gruber
2021-04-03 13:01 ` bug#47579: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.