From be3586cd69574b07c4fce1653d5e233ccc9d231d Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sat, 14 Mar 2026 08:22:40 -0300 Subject: [PATCH] gnu: python-obspy: Update to 1.5.0. * gnu/packages/geo.scm (python-obspy): Update to 1.5.0. [native-inputs]: Remove python-wheel. Change-Id: Idd38328b6e9e0d5ac62cd80463a14f68ba62463f --- gnu/packages/geo.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index a38eb76132..6059332659 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -988,13 +988,13 @@ lets developers use the functionality of Proj in their own software.") (define-public python-obspy (package (name "python-obspy") - (version "1.4.2") + (version "1.5.0") (source (origin (method url-fetch) (uri (pypi-uri "obspy" version)) (sha256 - (base32 "0z1rf1m8dlcwrrc6bwncc6mgdph7vybg0ldm6xwhbgijv9ya34yx")))) + (base32 "0vk6mw06vmx9fhhykk80ndw1pp8821nzifrmdjd7igkdc652s848")))) (build-system pyproject-build-system) (arguments (list @@ -1007,8 +1007,7 @@ lets developers use the functionality of Proj in their own software.") (native-inputs (list python-packaging python-pyproj - python-pytest - python-wheel)) + python-pytest)) (propagated-inputs (list python-decorator python-lxml