[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/26: gnu: python-specutils: Update to 1.15.0.
From: |
guix-commits |
Subject: |
19/26: gnu: python-specutils: Update to 1.15.0. |
Date: |
Thu, 30 May 2024 10:26:23 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit a7431e37c9cd792295f59f8f650a6b7911e7ded0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon May 20 23:12:46 2024 +0100
gnu: python-specutils: Update to 1.15.0.
* gnu/packages/astronomy.scm (python-specutils): Update to 1.15.0.
Change-Id: I43f19ce39574a497097f4605dc2a18f6fd6343e9
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e86761048f..13387c3349 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3130,13 +3130,13 @@ of axis order, spatial projections, and spectral units
that exist in the wild.
(define-public python-specutils
(package
(name "python-specutils")
- (version "1.14.0")
+ (version "1.15.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "specutils" version))
(sha256
- (base32 "06l0k8hi4hbfs825cnw948nnkl627g3w48n2pf9rspbvd3vbs2qf"))))
+ (base32 "0gx90dn9vmbvd7a53xb7a51jabskrad52g7imgy0ih1jchdls2pj"))))
(build-system pyproject-build-system)
(arguments
(list
- 15/26: gnu: python-rad: Update to 0.20.0, (continued)
- 15/26: gnu: python-rad: Update to 0.20.0, guix-commits, 2024/05/30
- 20/26: gnu: python-unyt: Fix version detection., guix-commits, 2024/05/30
- 21/26: gnu: python-ewah-bool-utils: Update to 1.2.0., guix-commits, 2024/05/30
- 22/26: gnu: Add python-viresclient., guix-commits, 2024/05/30
- 26/26: gnu: Add python-yt., guix-commits, 2024/05/30
- 25/26: gnu: Add python-more-itertools-next., guix-commits, 2024/05/30
- 12/26: gnu: python-cdflib: Update to 1.3.1., guix-commits, 2024/05/30
- 18/26: gnu: python-stsci-image: Update to 2.3.7., guix-commits, 2024/05/30
- 23/26: gnu: Add python-geopack., guix-commits, 2024/05/30
- 24/26: gnu: Add python-comm., guix-commits, 2024/05/30
- 19/26: gnu: python-specutils: Update to 1.15.0.,
guix-commits <=