gnu: readosm: Update to 1.1.0a.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 15:55:48 +0000 (17:55 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 20:26:14 +0000 (22:26 +0200)
* gnu/packages/geo.scm (readosm): Update to 1.1.0a.

gnu/packages/geo.scm

index b9e3f6c..fc16148 100644 (file)
@@ -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)