emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#47579: closed ([PATCH] gnu: saga: Update to 7.9.0.)


From: GNU bug Tracking System
Subject: bug#47579: closed ([PATCH] gnu: saga: Update to 7.9.0.)
Date: Sat, 03 Apr 2021 13:02:01 +0000

Your message dated Sat, 03 Apr 2021 15:01:19 +0200
with message-id <87eefr4j4w.fsf@yamatai>
and subject line Re: [bug#47579] [PATCH] gnu: saga: Update to 7.9.0.
has caused the debbugs.gnu.org bug report #47579,
regarding [PATCH] gnu: saga: Update to 7.9.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
47579: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47579
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: saga: Update to 7.9.0. Date: Sat, 3 Apr 2021 11:12:27 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#47579] [PATCH] gnu: saga: Update to 7.9.0. Date: Sat, 03 Apr 2021 15:01:19 +0200 User-agent: mu4e 1.4.15; emacs 27.2
Patch pushed as 35351dfd97056974922e59c273fda583a2250ddb.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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