guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: readosm: Update source hash.


From: guix-commits
Subject: branch master updated: gnu: readosm: Update source hash.
Date: Tue, 29 Dec 2020 16:49:44 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b7ab88b  gnu: readosm: Update source hash.
b7ab88b is described below

commit b7ab88bc321c3dd482928598f21dad5249ebbd35
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Dec 29 21:37:48 2020 +0000

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

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f7f18cf..c0c1ef9 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)



reply via email to

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