diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-21 17:19:33 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:45 +0000 |
commit | 3b386a922b9049e10fb1626f06c52d863a85808a (patch) | |
tree | 027edecc39a912bb80c8b4b1c719f03d5fdc955c /gnu/packages/astronomy.scm | |
parent | d5bc9a94a1725c8d5b79cc2553415a2b06bcfd89 (diff) | |
download | guix-3b386a922b9049e10fb1626f06c52d863a85808a.tar.gz guix-3b386a922b9049e10fb1626f06c52d863a85808a.zip |
gnu: python-specutils: Update to 1.19.0.
* gnu/packages/astronomy.scm (python-specutils): Update to 1.19.0.
Change-Id: Ic90ecae2032682f893f7bfd7c4521d02d906fec1
Diffstat (limited to 'gnu/packages/astronomy.scm')
-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 618837656a..9aa6c0e385 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4748,13 +4748,13 @@ of axis order, spatial projections, and spectral units that exist in the wild. (define-public python-specutils (package (name "python-specutils") - (version "1.18.0") + (version "1.19.0") (source (origin (method url-fetch) (uri (pypi-uri "specutils" version)) (sha256 - (base32 "16fwazgk1cbqd9njrmwg4xyxg4qykv8c5mk5bzxwz1q5arjc8cy7")))) + (base32 "1iwkrs436z8xrzwl5rkla8nimyfrx5ydklghm41xgzr27nkvqa12")))) (build-system pyproject-build-system) (arguments (list |