diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-21 18:22:01 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-30 20:12:41 +0100 |
commit | d53eb203594749f2ba7094ba7d5480cd09c017a4 (patch) | |
tree | cd4014cd5202ab7b68f9d27572e453ee92af1dc1 | |
parent | 1c4a5322c59a4beec666b1357b7bd9b416f47463 (diff) | |
download | guix-d53eb203594749f2ba7094ba7d5480cd09c017a4.tar.gz guix-d53eb203594749f2ba7094ba7d5480cd09c017a4.zip |
gnu: python-spherical-geometry: Update to 1.3.3.
* gnu/packages/astronomy.scm (python-spherical-geometry): Update to 1.3.3.
Change-Id: I7af310d6f3e033dc3a4a1bbac70d4f6c5a37efc2
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files 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 |