diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-19 23:25:04 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:02 +0000 |
| commit | a68b6bf98483fe989cfc2ca8a0573ed54b272d44 (patch) | |
| tree | 7659a23b1cadc288515964cdc5d7dd0a3c1ef857 | |
| parent | 81078bd336bb20b1bdd3ab3cc8ec70430e85202a (diff) | |
gnu: python-spherical-geometry: Update to 1.3.5.
* gnu/packages/astronomy.scm (python-spherical-geometry): Update to 1.3.5.
[native-inputs]: Add python-gwcs.
Change-Id: I1f03676a7eb4117ee78fdfc6d849cca9a1a98f85
| -rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 77413596122..eb23e416cab 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9556,7 +9556,7 @@ about the underlying principles, see (define-public python-spherical-geometry (package (name "python-spherical-geometry") - (version "1.3.4") + (version "1.3.5") (source (origin (method git-fetch) @@ -9565,7 +9565,7 @@ about the underlying principles, see (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "09f5j8xapvb88bcn48qc4438zb1k0c3lbkb8immfzkwwkvx0jpi7")) + (base32 "1l25xqqvmrq32r5ny0pgm1h43n9fplakvlsgg9kgfbm2n6pv89d3")) (modules '((guix build utils))) (snippet #~(begin @@ -9583,7 +9583,8 @@ about the underlying principles, see ;; Use our own libraries in place of bundles. (setenv "USE_SYSTEM_QD" "1")))))) (native-inputs - (list python-pytest + (list python-gwcs + python-pytest python-pytest-astropy-header python-setuptools python-setuptools-scm)) |
