diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-05-24 22:51:39 +0100 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2023-05-25 21:20:05 -0300 |
commit | d64c16937f47480aba03aee2ff3df4eff929c6db (patch) | |
tree | 54de4183f49b97d51d9a717b55cd0ecd66384592 /gnu | |
parent | 2dccb0e72413df3855e60fb885fea4f8505fdce1 (diff) | |
download | guix-d64c16937f47480aba03aee2ff3df4eff929c6db.tar.gz |
gnu: python-spherical-geometry: Add update note.
* gnu/packages/astronomy.scm (python-spherical-geometry): Add note on why the package can't be updated to the latest version. Signed-off-by: Vinicius Monego <monego@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 981a46f0d6..b590ce08a9 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1987,6 +1987,8 @@ elevation, solar azimuth, rahukaalam, and the phases of the moon.") (define-public python-spherical-geometry (package (name "python-spherical-geometry") + ;; XXX: Can't be updated to the latest see: + ;; https://github.com/spacetelescope/spherical_geometry/issues/227 (version "1.2.22") (source (origin |