diff options
author | Nicolas Graves <[email protected]> | 2025-02-08 18:29:25 +0100 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-12 13:22:18 +0000 |
commit | 64f4c6e5d91ae6597c78295aeba43d5ce93e5dc7 (patch) | |
tree | e1b7f48bd9a7bfbdc3248c90b6f55fa671d5c603 /gnu/packages | |
parent | 03b9be5a97b3192266d90bd9ab910c2e596512bf (diff) |
gnu: tegola: Update to 0.21.2.
* gnu/packages/geo.scm (tegola): Update to 0.21.2.
Signed-off-by: Sharlatan Hellseher <[email protected]>
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 bd96d1b4e6..d7cef57cde 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1738,7 +1738,7 @@ Unidata/UCAR UDUNITS-2 library, and the cftime calendar functionality.") (define-public tegola (package (name "tegola") - (version "0.16.0") + (version "0.21.2") (source (origin (method git-fetch) (uri (git-reference @@ -1747,7 +1747,7 @@ Unidata/UCAR UDUNITS-2 library, and the cftime calendar functionality.") (file-name (git-file-name name version)) (sha256 (base32 - "1mjfn0izf1lj402845mx0cv9fald8s5443q35y16d9crqf3i6mav")) + "1f5l7b372dfyibawhcnlz700z11a0dxqd7kr731nwfmhwz2v3438")) (modules '((guix build utils))) ;; TODO: Unbundle more when missing packages are available. (snippet #~(with-directory-excursion "vendor" |