summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-12-29 21:37:48 +0000
committerChristopher Baines <mail@cbaines.net>2020-12-29 21:49:28 +0000
commitb7ab88bc321c3dd482928598f21dad5249ebbd35 (patch)
tree4585ccb71165a0ef3abd550ce1aa3b35b6d25ed5 /gnu/packages/geo.scm
parentf92f7fea69a03af10cbda9335921489559028863 (diff)
gnu: readosm: Update source hash.
Looks like the tarball was changed by upstream, lots of timestamps changed from 2020-08-02 to 2020-08-23, and there were some minor changes to file contents. * gnu/packages/geo.scm (source): Update hash.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f7f18cf79f..c0c1ef96c6 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1680,7 +1680,7 @@ QLandkarte GT application.")
(uri (string-append "https://www.gaia-gis.it/gaia-sins/"
"readosm-" version ".tar.gz"))
(sha256
- (base32 "0zv6p352pqjcv70nvcaf2x3011z35jqa24dcdm27a4ns1wha3cjc"))))
+ (base32 "0igif2bxf4dr82glxz9gyx5mmni0r2dsnx9p9k6pxv3c4lfhaz6v"))))
(build-system gnu-build-system)
(inputs
`(("expat" ,expat)