summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-21 10:23:01 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 20:04:50 +0100
commita4e7411b845d10b656549db0013a964f12e91167 (patch)
treeb0477f30ec8774f1e3aebc9c5f64b50e5e70e6a7 /gnu
parente096fd603e772329d6a65676e27c09dc3438b1d6 (diff)
gnu: python-ctaplot: Update to 0.6.6.
* gnu/packages/astronomy.scm (python-ctaplot): Update to 0.6.6. Relates-to: guix/guix!10702
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm13
1 files changed, 2 insertions, 11 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 94fbe595a77..27761adefe5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5026,7 +5026,7 @@ Observatory}.")
5026(define-public python-ctaplot 5026(define-public python-ctaplot
5027 (package 5027 (package
5028 (name "python-ctaplot") 5028 (name "python-ctaplot")
5029 (version "0.6.5") 5029 (version "0.6.6")
5030 (source 5030 (source
5031 (origin 5031 (origin
5032 (method git-fetch) 5032 (method git-fetch)
@@ -5035,17 +5035,8 @@ Observatory}.")
5035 (commit (string-append "v" version)))) 5035 (commit (string-append "v" version))))
5036 (file-name (git-file-name name version)) 5036 (file-name (git-file-name name version))
5037 (sha256 5037 (sha256
5038 (base32 "1dpcrc0svj0a498fsgw2jayj522h816bzzck41l7qfbrh23gmyv4")))) 5038 (base32 "1qvi6vz3gc8gy3h7kqnmkab0sgin94hz92gb0syp7nr1likdcd6b"))))
5039 (build-system pyproject-build-system) 5039 (build-system pyproject-build-system)
5040 (arguments
5041 (list
5042 #:phases
5043 #~(modify-phases %standard-phases
5044 (add-after 'unpack 'relax-requirements
5045 (lambda _
5046 ;; See: <https://github.com/cta-observatory/ctaplot/pull/213>.
5047 (substitute* "setup.py"
5048 ((".*ipympl.*") "")))))))
5049 (native-inputs 5040 (native-inputs
5050 (list python-pytest 5041 (list python-pytest
5051 python-setuptools)) 5042 python-setuptools))