diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-11 20:43:33 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-29 15:08:10 +0000 |
commit | a2f7238aaa85808edb809cf098b64732322fbbf0 (patch) | |
tree | bb0c90499010daee0edbb2ae9bfda3079e18f499 /gnu | |
parent | 2b8e62cba5bc17f54c30d7eddbec8ae3ad16a07f (diff) | |
download | guix-a2f7238aaa85808edb809cf098b64732322fbbf0.tar.gz guix-a2f7238aaa85808edb809cf098b64732322fbbf0.zip |
gnu: python-specutils: Update to 1.13.0.
* gnu/packages/astronomy.scm (python-specutils): Update to 1.13.0.
Change-Id: Ic935f471fd9f5e27745c370940e3f70f715d2ca4
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 ec890c8928..bdf65d0693 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2933,13 +2933,13 @@ of axis order, spatial projections, and spectral units that exist in the wild. (define-public python-specutils (package (name "python-specutils") - (version "1.12.0") + (version "1.13.0") (source (origin (method url-fetch) (uri (pypi-uri "specutils" version)) (sha256 - (base32 "10nq00q71cyj0p74g3kyzb4hrwkbvhsd6m5zvxifc035rfnvc2qv")))) + (base32 "0cfsigvsa0i7z2nq9ci9gxccp074kqsgr01xi2npk8xf7cjisrfq")))) (build-system pyproject-build-system) (arguments (list |