diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-20 10:45:51 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-31 21:50:48 +0100 |
| commit | 4490d12f66540475d6da0acc80ccfa2cf186fe75 (patch) | |
| tree | 0879a31624e9cb038a4f36a954c005827dfd4a0f | |
| parent | 8469b61f70395617512245d144ad0d3345f1da97 (diff) | |
gnu: python-spherical-geometry: Update to 1.4.0.
* gnu/packages/astronomy.scm (python-spherical-geometry): Update to 1.4.0.
Change-Id: Icaf172f0cb3a00a8750dc22a0f2868cdcf5adaeb
| -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 47741dd39c0..6ec18506fe8 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 |
