summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-27 12:24:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-27 12:28:43 +0200
commit29bdabb6fdcab38ddcae8098117d5babb2c01ac3 (patch)
tree056a9759f25e559ddc18f521800f60c14a45e11c /gnu/packages/geo.scm
parent966873e3e7238e70ebb589066e6461763314d006 (diff)
downloadguix-patches-29bdabb6fdcab38ddcae8098117d5babb2c01ac3.tar
guix-patches-29bdabb6fdcab38ddcae8098117d5babb2c01ac3.tar.gz
gnu: xygrib: Update to 1.2.6.1.
* gnu/packages/geo.scm (xygrib): Update to 1.2.6.1.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index edb3b49841..5e1f7e39d7 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))))