guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5fc13c17afb3075041ad6ea64bd17d67624c0788
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Aug 21 16:00:51 2025 +0100
gnu: python-glue-core: Update to 1.23.0.
* gnu/packages/astronomy.scm (python-glue-core): Update to 1.23.0.
[native-inputs]: Remove python-setuptools-scm and python-wheel; add
python-setuptools-next and python-setuptools-scm-next.
Change-Id: I9670ae3e83c832228570f889c509807906b00b15
---
gnu/packages/astronomy.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4587d3a198..df1052d3b1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4104,19 +4104,19 @@ astronomy-specific functionality")
(define-public python-glue-core
(package
(name "python-glue-core")
- (version "1.22.2")
+ (version "1.23.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "glue_core" version))
(sha256
- (base32 "0abv3snac3i78mc3ai29hbpamfqhig5ldlb9jpnn4sxpm2p7s5rc"))))
+ (base32 "0g79gw6ffz4bsby5kazv9a1mbrwa6b75kkal2bi2wjwz855nqsh6"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
python-pytest-mpl
- python-setuptools-scm
- python-wheel))
+ python-setuptools-next
+ python-setuptools-scm-next))
(propagated-inputs
(list python-astrodendro
python-astropy