aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-05-04 09:11:26 -0300
committerVinicius Monego <monego@posteo.net>2025-05-04 20:21:12 -0300
commitcdaa53112d584bef59d5a0eaa5aae399a55e33e6 (patch)
tree9ccdd3082a3e92e50bb7a8ec5dd5efea94f788ed
parent1b8cdbbc42ce36934581171466da56284c33bd09 (diff)
downloadguix-cdaa53112d584bef59d5a0eaa5aae399a55e33e6.tar.gz
guix-cdaa53112d584bef59d5a0eaa5aae399a55e33e6.zip
gnu: python-obspy: Update to 1.4.2.
* gnu/packages/geo.scm (python-obspy): Update to 1.4.2. Change-Id: Ibb28a28a58701c3e4b4e96a1116b5cc5c9424c96
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 777e4bc00e..17b43c0397 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -963,13 +963,13 @@ projections.")
(define-public python-obspy
(package
(name "python-obspy")
- (version "1.4.1")
+ (version "1.4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "obspy" version))
(sha256
- (base32 "0izpsfcgjzdj0ja0lip86agp1gfxpw3c00w77603vr1xw067pwww"))))
+ (base32 "0z1rf1m8dlcwrrc6bwncc6mgdph7vybg0ldm6xwhbgijv9ya34yx"))))
(build-system pyproject-build-system)
(arguments
(list