From 4490d12f66540475d6da0acc80ccfa2cf186fe75 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 20 Mar 2026 10:45:51 +0000 Subject: [PATCH] gnu: python-spherical-geometry: Update to 1.4.0. * gnu/packages/astronomy.scm (python-spherical-geometry): Update to 1.4.0. Change-Id: Icaf172f0cb3a00a8750dc22a0f2868cdcf5adaeb --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 47741dd39c..6ec18506fe 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9504,7 +9504,7 @@ about the underlying principles, see (define-public python-spherical-geometry (package (name "python-spherical-geometry") - (version "1.3.5") + (version "1.4.0") (source (origin (method git-fetch) @@ -9513,7 +9513,7 @@ about the underlying principles, see (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1l25xqqvmrq32r5ny0pgm1h43n9fplakvlsgg9kgfbm2n6pv89d3")) + (base32 "120wzvi6hf6n1qj0lpa1h2akdic4nk1nphgwglgib216az77xwfa")) (modules '((guix build utils))) (snippet #~(begin