From cdaa53112d584bef59d5a0eaa5aae399a55e33e6 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 4 May 2025 09:11:26 -0300 Subject: [PATCH] gnu: python-obspy: Update to 1.4.2. * gnu/packages/geo.scm (python-obspy): Update to 1.4.2. Change-Id: Ibb28a28a58701c3e4b4e96a1116b5cc5c9424c96 --- 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 777e4bc00e337da88798ee82f1ae5e6937a5c488..17b43c0397d90033c3b6468dda56283de288f71c 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