diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-09 19:08:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-09 19:41:24 +0200 |
commit | 6dce1251a6660f64e19a661ee6683ca6ea7f0816 (patch) | |
tree | 4da4723fb50a5176c643cc8fba2e7e92dcfbd116 /gnu/packages | |
parent | 4edc6bbdc999a11c7afb1a94850c44769e69043c (diff) | |
download | guix-6dce1251a6660f64e19a661ee6683ca6ea7f0816.tar.gz guix-6dce1251a6660f64e19a661ee6683ca6ea7f0816.zip |
gnu: freexl: Update to 1.0.6.
* gnu/packages/xml.scm (freexl): Update to 1.0.6.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b141e7d5dc..20d9de246c 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1344,14 +1344,14 @@ files. It is designed to be fast and to handle large input files.") (define-public freexl (package (name "freexl") - (version "1.0.5") + (version "1.0.6") (source (origin (method url-fetch) (uri (string-append "https://www.gaia-gis.it/gaia-sins/" "freexl-" version ".tar.gz")) (sha256 (base32 - "03bmwq6hngmzwpqpb7c2amqlspz4q69iv96nlf0f5c0qs98b3j9x")))) + "08pwj17l0lgp6zms9nmpawdxpvhzrslklbd53s4b430k7mxbbs1x")))) (build-system gnu-build-system) (home-page "https://www.gaia-gis.it/fossil/freexl/index") (synopsis "Read Excel files") |