gnu: python-glue-core: Update to 1.22.1.

* gnu/packages/astronomy.scm (python-glue-core): Update to 1.22.1.
[propagated-inputs]: Remove python-h5py.

Change-Id: I455e8f91ea36b0cbe41c749973d6dec231640238
This commit is contained in:
Sharlatan Hellseher 2025-04-21 15:56:09 +01:00
parent 5b0d288f0d
commit a577dea95a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3212,21 +3212,25 @@ astronomy-specific functionality")
(define-public python-glue-core
(package
(name "python-glue-core")
(version "1.22.0")
(version "1.22.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "glue_core" version))
(sha256
(base32 "0cx97zbi58fjl9j6wg8clygdiv6a95wgc2azw7ffg16y3qlqwkzs"))))
(base32 "1prw271rdv3alxdh5apkq45d037vmwl83ag8my081cmwfdfmnvn3"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
python-pytest-mpl
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-astrodendro
python-astropy
python-dill
python-echo
python-fast-histogram
python-h5py
python-ipython
python-matplotlib
python-mpl-scatter-density
@ -3241,11 +3245,6 @@ astronomy-specific functionality")
python-shapely
python-spectral-cube
python-xlrd))
(native-inputs
(list python-pytest
python-pytest-mpl
python-setuptools-scm
python-wheel))
(home-page "http://glueviz.org")
(synopsis "Multidimensional data visualization project")
(description