diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-03-08 18:22:34 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-03-09 15:21:46 +0100 |
commit | 3cf0a5dc538668adc5bef85cf4c120fad5d24856 (patch) | |
tree | 34b4dc9f64461b68b1d25c289414713ec4f128c4 /gnu/packages | |
parent | 9147d1216e2202da7f369c32b0ee73a3fae71530 (diff) | |
download | patches-3cf0a5dc538668adc5bef85cf4c120fad5d24856.tar patches-3cf0a5dc538668adc5bef85cf4c120fad5d24856.tar.gz |
gnu: gdal: Update to 3.0.4.
* gnu/packages/geo.scm (gdal): Update to 3.0.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 27d5950875..33137a17f1 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -571,7 +571,7 @@ development.") (define-public gdal (package (name "gdal") - (version "3.0.2") + (version "3.0.4") (source (origin (method url-fetch) (uri (string-append @@ -579,7 +579,7 @@ development.") version ".tar.gz")) (sha256 (base32 - "0f80izh9wshrsw55kg9abpip74hk6frk3hgqrkqbyn3f6i8g2z3q")) + "10symyajj1b7j98f889lqxxbmhcyvlhq9gg0l42h69bv22wx45gw")) (modules '((guix build utils))) (snippet `(begin |