diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-20 22:23:16 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-27 17:03:07 +0100 |
commit | 8c7ae6f8585c71273ac2c06b934156908fb82f83 (patch) | |
tree | 6afc56c25b6784c8d1423bafcd76ba227a95c66a /gnu | |
parent | 7d84c360d66d9e4f3725ab34035e6ee4e817f525 (diff) | |
download | guix-8c7ae6f8585c71273ac2c06b934156908fb82f83.tar.gz guix-8c7ae6f8585c71273ac2c06b934156908fb82f83.zip |
gnu: python-specutils: Update to 1.16.0.
* gnu/packages/astronomy.scm (python-specutils): Update to 1.16.0.
Change-Id: Ic9796b2ab717e64ee00658b76a0e0e470a89100e
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 3124422f08..bf43123538 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3477,13 +3477,13 @@ of axis order, spatial projections, and spectral units that exist in the wild. (define-public python-specutils (package (name "python-specutils") - (version "1.15.0") + (version "1.16.0") (source (origin (method url-fetch) (uri (pypi-uri "specutils" version)) (sha256 - (base32 "0gx90dn9vmbvd7a53xb7a51jabskrad52g7imgy0ih1jchdls2pj")))) + (base32 "1bv1f0bpyc8pgxywcmhd3rpmnx0l604iqn4cx6isa9jfp6gnd0z3")))) (build-system pyproject-build-system) (arguments (list |