guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 285e3130cc6899e11b61d3141ae1a1513fe36a8d
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 31 12:43:46 2025 +0200
gnu: libosmium: Modernize input.
* gnu/packages/geo.scm (libosmium)[propagated-inputs]:
Remove proj-7; add proj.
Change-Id: I1fc87d5a0ab87f14b88b74647c2c607abb928d0f
---
gnu/packages/geo.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index eddd1eb59e..b568b85aa7 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2122,7 +2122,7 @@ visualizing and performing calculations with weather
data.")
gdal
geos
lz4
- proj-7
+ proj
protozero
zlib))
(native-inputs (list doxygen graphviz-minimal))