guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mapnik: Update to 3.1.0.


From: guix-commits
Subject: branch master updated: gnu: mapnik: Update to 3.1.0.
Date: Wed, 13 Jul 2022 12:52:21 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2e6be59131 gnu: mapnik: Update to 3.1.0.
2e6be59131 is described below

commit 2e6be59131e9f16cbb690aaaffc0b2470dead611
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jul 13 12:49:59 2022 -0400

    gnu: mapnik: Update to 3.1.0.
    
    The build still fails, but hopefully it gets us closer.
    
    * gnu/packages/geo.scm (mapnik): Update to 3.1.0.
---
 gnu/packages/geo.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index c934ee9e27..024a9dd883 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -839,7 +839,7 @@ street bearings/orientations, and speed/travel time.")
 (define-public mapnik
   (package
     (name "mapnik")
-    (version "3.0.18")
+    (version "3.1.0")
     (source
      (origin
        (method url-fetch)
@@ -847,7 +847,7 @@ street bearings/orientations, and speed/travel time.")
                            version "/mapnik-v" version ".tar.bz2"))
        (sha256
         (base32
-         "06frcikaj2mgz3abfk5h0z4j3hbksi0zikwjngbjv4p5f3pwxf8q"))))
+         "0qb2irykja5qhr9apz9r230pcxap9v3j85fi98mj2xd9sa163ms3"))))
     (build-system scons-build-system)
     (inputs
      (list boost
@@ -864,10 +864,9 @@ street bearings/orientations, and speed/travel time.")
            sqlite
            zlib))
     (native-inputs
-     (list pkg-config))
+     (list pkg-config postgresql))
     (arguments
-     `(#:scons ,scons-python2
-       #:scons-flags
+     `(#:scons-flags
        (list "CC=gcc"
              (string-append "PREFIX=" %output)
              (string-append "CUSTOM_LDFLAGS=-Wl,-rpath=" %output "/lib"))))



reply via email to

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