summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-07-17 22:09:39 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:26 +0100
commit6794e79176ad8c0f71a1f4c4bd7dcc25ad02cadf (patch)
tree6cbf8e5f62046ffe26b2b01e3d498c4fcd451f7c /gnu/packages/python-science.scm
parent6adeef39d88edba6b6535ee9d1b8a570c791a27e (diff)
gnu: python-plotnine: Update to 0.15.7.
* gnu/packages/python-science.scm (python-plotnine): Update to 0.15.7. Relates-to: guix/guix!10013 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 5c38ed0c2d7..9389d849c11 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5891,7 +5891,7 @@ multiple-axes, polar charts, and bubble charts.")
5891(define-public python-plotnine 5891(define-public python-plotnine
5892 (package 5892 (package
5893 (name "python-plotnine") 5893 (name "python-plotnine")
5894 (version "0.14.5") 5894 (version "0.15.7")
5895 (source 5895 (source
5896 (origin 5896 (origin
5897 (method git-fetch) 5897 (method git-fetch)
@@ -5900,7 +5900,7 @@ multiple-axes, polar charts, and bubble charts.")
5900 (commit (string-append "v" version)))) 5900 (commit (string-append "v" version))))
5901 (file-name (git-file-name name version)) 5901 (file-name (git-file-name name version))
5902 (sha256 5902 (sha256
5903 (base32 "02ph0h312qn5a9ivh2qhv0x9sybccgbidzvb8im1hikwcqp8v2fw")))) 5903 (base32 "0cf8bv9cjjdd0qa77kq6kpspwmbg8px6s5s5zplrns9awlskn8zg"))))
5904 (build-system pyproject-build-system) 5904 (build-system pyproject-build-system)
5905 (arguments 5905 (arguments
5906 (list 5906 (list