diff options
| author | Vinicius Monego <monego@posteo.net> | 2026-03-14 08:22:40 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2026-03-22 13:05:34 -0300 |
| commit | be3586cd69574b07c4fce1653d5e233ccc9d231d (patch) | |
| tree | 009efb6c25b2f0e5bc2daca5e1dfc95eef2b7696 | |
| parent | 17e345aa93cd1c8149acab85b6742cdcea4f5b08 (diff) | |
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
| -rw-r--r-- | gnu/packages/geo.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index a38eb76132e..60593326591 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 |
