From b7ab88bc321c3dd482928598f21dad5249ebbd35 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 29 Dec 2020 21:37:48 +0000 Subject: 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. --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 @@ (define-public readosm (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) -- cgit v1.2.3