guix-commits
[Top][All Lists]
Advanced

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

21/32: gnu: python-spectral-cube: Update to 0.6.5.


From: guix-commits
Subject: 21/32: gnu: python-spectral-cube: Update to 0.6.5.
Date: Fri, 12 Jan 2024 16:44:03 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit f224e2e4892c45af6e90aedfbe4a307b045f9be0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Dec 16 19:56:10 2023 +0000

    gnu: python-spectral-cube: Update to 0.6.5.
    
    * gnu/packages/astronomy.scm (python-spectral-cube): Update to 0.6.5.
    
    Change-Id: I089f55238299533f35d1fd7623c1a8ff446de08c
---
 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 49e7e64353..9012f758d6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2548,13 +2548,13 @@ elevation, solar azimuth, rahukaalam, and the phases of 
the moon.")
 (define-public python-spectral-cube
   (package
     (name "python-spectral-cube")
-    (version "0.6.3")
+    (version "0.6.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "spectral-cube" version))
        (sha256
-        (base32 "10q76rsgf9w4j7y68mfa870bpxf06m6kqvivj4340jmgnsrfy1zg"))))
+        (base32 "0cqxgmk46gv2qa2kls8fph105lgwbwf13hvizh6w85mzgypyp740"))))
     (build-system pyproject-build-system)
     (propagated-inputs
      (list python-astropy



reply via email to

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