gnu: readosm: Update to 1.1.0a.

* gnu/packages/geo.scm (readosm): Update to 1.1.0a.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-11 17:55:48 +02:00
parent 8a54e42b7b
commit 86f8472b6a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View 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)