sharlatan pushed a commit to branch master in repository guix. commit d53eb203594749f2ba7094ba7d5480cd09c017a4 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Mon Apr 21 18:22:01 2025 +0100
gnu: python-spherical-geometry: Update to 1.3.3. * gnu/packages/astronomy.scm (python-spherical-geometry): Update to 1.3.3. Change-Id: I7af310d6f3e033dc3a4a1bbac70d4f6c5a37efc2 --- 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 30734e55fc..f6fef80900 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5504,7 +5504,7 @@ about the underlying principles, see (define-public python-spherical-geometry (package (name "python-spherical-geometry") - (version "1.3.2") + (version "1.3.3") (source (origin (method git-fetch) @@ -5513,7 +5513,7 @@ about the underlying principles, see (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0znzfy3bmnsncvahf8qdav0c9403fn99d1gp25lainhv7kxfk44c")) + (base32 "0r11wkwblpm5mljx26kwkipb40f5p7hhrbks6vc71ckhdhfy248h")) (modules '((guix build utils))) (snippet #~(begin