diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-21 15:56:09 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-30 20:12:40 +0100 |
commit | a577dea95a6fd2c2b39e2c8707e3502c4663b6bf (patch) | |
tree | 45fa7c8444a2b9e775a5c301a93628f1accc514f | |
parent | 5b0d288f0db9317147c492a2f667b259c4cf57c0 (diff) | |
download | guix-a577dea95a6fd2c2b39e2c8707e3502c4663b6bf.tar.gz guix-a577dea95a6fd2c2b39e2c8707e3502c4663b6bf.zip |
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
-rw-r--r-- | gnu/packages/astronomy.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 1616d4b1b3..af56fc8d6c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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 |