[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: libosmium: Update to 2.18.0.
From: |
guix-commits |
Subject: |
05/08: gnu: libosmium: Update to 2.18.0. |
Date: |
Wed, 9 Mar 2022 17:39:58 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 30daa0d9728e39f13a49991fe77fc46c9aa889ab
Author: Nikolay Korotkiy <sikmir@disroot.org>
AuthorDate: Tue Feb 8 12:02:18 2022 +0300
gnu: libosmium: Update to 2.18.0.
* gnu/packages/geo.scm (libosmium): Update to 2.18.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 23cec0f9b7..82e1ef73f7 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1178,7 +1178,7 @@ to create databases that are optimized for
rendering/tile/map-services.")
(define-public libosmium
(package
(name "libosmium")
- (version "2.17.2")
+ (version "2.18.0")
(source
(origin
(method git-fetch)
@@ -1187,7 +1187,7 @@ to create databases that are optimized for
rendering/tile/map-services.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xgwicnzlyr8pcpgx528xrzh7g6rjfd7f80bi30478fnp8mq8rzr"))))
+ (base32 "0fh57mpii1ksacwfx5rz213j896aklib53jbybld2i517q2mmxr0"))))
(build-system cmake-build-system)
(propagated-inputs
(list boost
- branch master updated (d3a7cd7acf -> 878578c0fa), guix-commits, 2022/03/09
- 07/08: gnu: Add libtree., guix-commits, 2022/03/09
- 01/08: gnu: slurm: Use gexps and remove input labels., guix-commits, 2022/03/09
- 02/08: gnu: nyacc@1.00.2: Fix build., guix-commits, 2022/03/09
- 03/08: gnu: hurd: Adjust to the transition from "--system" to "gnu.system"., guix-commits, 2022/03/09
- 04/08: system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD., guix-commits, 2022/03/09
- 05/08: gnu: libosmium: Update to 2.18.0.,
guix-commits <=
- 06/08: gnu: Add osmium-tool., guix-commits, 2022/03/09
- 08/08: services: bluetooth: Add missing config parameters., guix-commits, 2022/03/09