guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a4e7411b845d10b656549db0013a964f12e91167
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 21 10:23:01 2026 +0100

    gnu: python-ctaplot: Update to 0.6.6.
    
    * gnu/packages/astronomy.scm (python-ctaplot): Update to 0.6.6.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 94fbe595a7..27761adefe 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5026,7 +5026,7 @@ Observatory}.")
 (define-public python-ctaplot
   (package
     (name "python-ctaplot")
-    (version "0.6.5")
+    (version "0.6.6")
     (source
      (origin
        (method git-fetch)
@@ -5035,17 +5035,8 @@ Observatory}.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dpcrc0svj0a498fsgw2jayj522h816bzzck41l7qfbrh23gmyv4"))))
+        (base32 "1qvi6vz3gc8gy3h7kqnmkab0sgin94hz92gb0syp7nr1likdcd6b"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'relax-requirements
-            (lambda _
-              ;; See: <https://github.com/cta-observatory/ctaplot/pull/213>.
-              (substitute* "setup.py"
-                ((".*ipympl.*") "")))))))
     (native-inputs
      (list python-pytest
            python-setuptools))

Reply via email to