guix-commits
[Top][All Lists]
Advanced

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

35/49: gnu: python-specutils: Update to 1.13.0.


From: guix-commits
Subject: 35/49: gnu: python-specutils: Update to 1.13.0.
Date: Fri, 29 Mar 2024 11:15:26 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit a2f7238aaa85808edb809cf098b64732322fbbf0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Mar 11 20:43:33 2024 +0000

    gnu: python-specutils: Update to 1.13.0.
    
    * gnu/packages/astronomy.scm (python-specutils): Update to 1.13.0.
    
    Change-Id: Ic935f471fd9f5e27745c370940e3f70f715d2ca4
---
 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 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



reply via email to

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