guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: readosm: Update to 1.1.0a.


From: guix-commits
Subject: 01/11: gnu: readosm: Update to 1.1.0a.
Date: Tue, 11 Aug 2020 16:27:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 86f8472b6af5a47e82f035cc56fa22dc9440da2a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 17:55:48 2020 +0200

    gnu: readosm: Update to 1.1.0a.
    
    * gnu/packages/geo.scm (readosm): Update to 1.1.0a.
---
 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 b9e3f6c..fc16148 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1535,14 +1535,14 @@ QLandkarte GT application.")
 (define-public readosm
   (package
     (name "readosm")
-    (version "1.1.0")
+    (version "1.1.0a")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.gaia-gis.it/gaia-sins/";
                            "readosm-" version ".tar.gz"))
        (sha256
-        (base32 "1v20pnda67imjd70fn0zw30aar525xicy3d3v49md5cvqklws265"))))
+        (base32 "0zv6p352pqjcv70nvcaf2x3011z35jqa24dcdm27a4ns1wha3cjc"))))
     (build-system gnu-build-system)
     (inputs
      `(("expat" ,expat)



reply via email to

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