guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

38/47: gnu: python-specutils: Update to 1.14.0.


From: guix-commits
Subject: 38/47: gnu: python-specutils: Update to 1.14.0.
Date: Tue, 30 Apr 2024 16:42:44 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit b17886024fe0f7f2b73649e65263173afb9fd7af
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Apr 17 23:00:23 2024 +0100

    gnu: python-specutils: Update to 1.14.0.
    
    * gnu/packages/astronomy.scm (python-specutils): Update to 1.14.0.
    
    Change-Id: Ied7078bc28d7b995574fb228797f1d046ea52feb
---
 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 8a145cd752..9f0373a0fc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3070,13 +3070,13 @@ of axis order, spatial projections, and spectral units 
that exist in the wild.
 (define-public python-specutils
   (package
     (name "python-specutils")
-    (version "1.13.0")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "specutils" version))
        (sha256
-        (base32 "0cfsigvsa0i7z2nq9ci9gxccp074kqsgr01xi2npk8xf7cjisrfq"))))
+        (base32 "06l0k8hi4hbfs825cnw948nnkl627g3w48n2pf9rspbvd3vbs2qf"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]