From 3fbb7bec1cf192d80cddf7fd2a2d3b438b5a6d31 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 20:41:48 +0100 Subject: gnu: proj: Update home page. * gnu/packages/geo.scm (proj)[home-page]: Use new (HTTPS) domain. --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 61b8e55e52..b0fdd06d08 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -393,7 +393,7 @@ functionality of proj in their own software.") #t))))) (inputs `(("glib" ,glib))) - (home-page "http://proj4.org/") + (home-page "https://proj.org/") (synopsis "Cartographic Projections Library") (description "Proj.4 is a library for converting coordinates between cartographic -- cgit v1.2.3 From 711ebe771e052bf6b7ea984cd9bb614f537a0e4b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 21:52:08 +0100 Subject: gnu: mapnik: Use HTTPS home page. * gnu/packages/geo.scm (mapnik)[home-page]: Use HTTPS. --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index b0fdd06d08..7f60f9b7ea 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -443,7 +443,7 @@ projections.") (list "CC=gcc" (string-append "PREFIX=" %output) (string-append "CUSTOM_LDFLAGS=-Wl,-rpath=" %output "/lib")))) - (home-page "http://mapnik.org/") + (home-page "https://mapnik.org/") (synopsis "Toolkit for developing mapping applications") (description "Mapnik is a toolkit for developing mapping applications. It is basically a collection of geographic objects like maps, layers, -- cgit v1.2.3 From 8c8c0c63ecc2be9dac6b3776e039058413bc063b Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Wed, 4 Mar 2020 01:59:38 +0100 Subject: gnu: java-jmapviewer: Update ot 2.13. * gnu/packages/geo.scm (java-jmapviewer): Update to 2.13. --- gnu/packages/geo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 7f60f9b7ea..8e0538b26a 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1092,7 +1092,7 @@ persisted. (define-public java-jmapviewer (package (name "java-jmapviewer") - (version "2.12") + (version "2.13") (source (origin (method url-fetch) (uri (string-append "https://svn.openstreetmap.org/applications/" @@ -1100,7 +1100,7 @@ persisted. "/JMapViewer-" version "-Source.zip")) (sha256 (base32 - "08hbqsbs859v4m5d90560fdifavd1apnpz9v9iry1v31dsvy5707")))) + "0sy6r5fkbb9bclw0is6gwnbzz627m7pjfnsqydxz58pbndakkhrv")))) (build-system ant-build-system) (native-inputs `(("unzip" ,unzip))) -- cgit v1.2.3 From 4b759d3c548270eba348521669bae15c9e5b72bc Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Wed, 4 Mar 2020 02:00:10 +0100 Subject: gnu: josm: Update to 15937. * gnu/packages/geo.scm (josm): Update to 15937. --- gnu/packages/geo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 8e0538b26a..d458c7bc92 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1127,7 +1127,7 @@ an independent project by the JOSM team.") (define-public josm (package (name "josm") - (version "15553") + (version "15937") (source (origin (method svn-fetch) (uri (svn-reference @@ -1136,7 +1136,7 @@ an independent project by the JOSM team.") (recursive? #f))) (sha256 (base32 - "091pbcn4fnmk42fmxplhis3nw5dbljf6ws8acyhx5dflyn49xzmx")) + "00b8sw0wgkcf7xknmdpn5s521ax8x2660figidcrry37sgq3x946")) (file-name (string-append name "-" version "-checkout")) (modules '((guix build utils))) (snippet -- cgit v1.2.3