guix-commits
[Top][All Lists]
Advanced

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

14/19: gnu: python-tweakwcs: Update to 0.8.6.


From: guix-commits
Subject: 14/19: gnu: python-tweakwcs: Update to 0.8.6.
Date: Wed, 24 Jan 2024 17:28:03 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 324bc1ea8fa022f67f6f85636baa738de99add33
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Jan 15 18:44:10 2024 +0000

    gnu: python-tweakwcs: Update to 0.8.6.
    
    * gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.6.
    
    Change-Id: Icfbb7680a5e208d68f5b8da3fa3fdd35a358ecf5
---
 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 2d0116e793..874e9e07c4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3966,13 +3966,13 @@ of the old packages.")
 (define-public python-tweakwcs
   (package
     (name "python-tweakwcs")
-    (version "0.8.5")
+    (version "0.8.6")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "tweakwcs" version))
               (sha256
                (base32
-                "15gc2rc2isx3va6wbn4k1hi5qh49gq15cgbb2qqkbznd7f7d5ifv"))))
+                "1j75i02xzd36gp7pf6gks6nmp4ivi9cbphya4l69py5p62iaab99"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-astropy
                              python-gwcs



reply via email to

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