sharlatan pushed a commit to branch master
in repository guix.

commit 31e3303dd7a063c8c3a33c1d91499f54e6539243
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Jul 18 13:28:42 2024 +0100

    gnu: python-tweakwcs: Update to 0.8.8.
    
    * gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.8.
    
    Change-Id: I9a324c7ec06e960da0fdd23c3b005c0351af8fef
---
 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 9814557b99..e8a1f52f26 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5118,13 +5118,13 @@ orbit around the Earth.")
 (define-public python-tweakwcs
   (package
     (name "python-tweakwcs")
-    (version "0.8.7")
+    (version "0.8.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tweakwcs" version))
        (sha256
-        (base32 "0cch4z5zmmi1s02n1wdwss8p7qhrzyiajkaik0gga510kgdsvx48"))))
+        (base32 "148as0x1szk1wv13bwk947qs3rw5xj2286ccdbhzfzarng58a386"))))
     (build-system pyproject-build-system)
     (propagated-inputs
      (list python-astropy

Reply via email to