guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: xygrib: Update to 1.2.6.1.


From: guix-commits
Subject: 02/04: gnu: xygrib: Update to 1.2.6.1.
Date: Fri, 27 Sep 2019 06:31:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 29bdabb6fdcab38ddcae8098117d5babb2c01ac3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 27 12:24:06 2019 +0200

    gnu: xygrib: Update to 1.2.6.1.
    
    * gnu/packages/geo.scm (xygrib): Update to 1.2.6.1.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index edb3b49..5e1f7e3 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -936,7 +936,7 @@ map display.  Downloads map data from a number of websites, 
including
 (define-public xygrib
   (package
     (name "xygrib")
-    (version "1.2.6")
+    (version "1.2.6.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -945,7 +945,7 @@ map display.  Downloads map data from a number of websites, 
including
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qzaaavil2c7mkkai5mg54cv8r452i7psy7cg75qjja96d2d7rbd"))
+                "0xzsm8pr0zjk3f8j880fg5n82jyxn8xf1330qmmq1fqv7rsrg9ia"))
               (modules '((guix build utils)))
               (snippet
                '(begin (delete-file-recursively "data/fonts") #t))))



reply via email to

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