From b01c68bc7c2883d32a0692d08ac34bd7c2b9b36d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 24 Mar 2026 12:33:22 +0000 Subject: [PATCH] gnu: h3: Update to 4.4.1. * gnu/packages/geo.scm (h3): Update to 4.4.1. Change-Id: I5b7149568a74aeced17fbc1f7befb639cc4a62fe --- 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 3b6cb7869f2..e36914da79f 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -298,7 +298,7 @@ than 600 operators available.") (define-public h3 (package (name "h3") - (version "4.1.0") + (version "4.4.1") (source (origin (method git-fetch) @@ -307,7 +307,7 @@ than 600 operators available.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0x764xzna8ka6yhgv2y4hb158a61y3g9a6835qckqp7wfkpqvb7f")))) + (base32 "1ijnbr4a54ph7bkn8waqwgnxmxlylv9yly9mwjdj69lkmdfjgaml")))) (build-system cmake-build-system) (arguments (list #:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON")))