summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-05-06 15:30:17 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:19:28 +0100
commite94921bd7c16aac12fafdaf8d82fb250cd5de6a1 (patch)
tree94e81ee2bf75a186406b3f28d91750ed225e9923
parente519066d01e8365ff286223e8469a21bb76fbba7 (diff)
gnu: python-rchitect: Update to 0.4.10.
* gnu/packages/statistics.scm (python-rchitect): Update to 0.4.10. [propagated-inputs]: Drop python-six. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/statistics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 763e3b2639e..b6912466924 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1772,7 +1772,7 @@ functions.")
1772(define-public python-rchitect 1772(define-public python-rchitect
1773 (package 1773 (package
1774 (name "python-rchitect") 1774 (name "python-rchitect")
1775 (version "0.4.8") 1775 (version "0.4.10")
1776 (source 1776 (source
1777 (origin 1777 (origin
1778 (method git-fetch) 1778 (method git-fetch)
@@ -1781,9 +1781,9 @@ functions.")
1781 (commit (string-append "v" version)))) 1781 (commit (string-append "v" version))))
1782 (file-name (git-file-name name version)) 1782 (file-name (git-file-name name version))
1783 (sha256 1783 (sha256
1784 (base32 "0r41ad8mk7bmqsw96sizahzvz1z6cp4rpll166y0yhwdrv86nmj7")))) 1784 (base32 "0bjr3abh5cilamfk30rf8wyhmlkhdlxfwpswd3si5vdwmrqyyd89"))))
1785 (build-system pyproject-build-system) 1785 (build-system pyproject-build-system)
1786 (propagated-inputs (list python-cffi python-packaging python-six)) 1786 (propagated-inputs (list python-cffi python-packaging))
1787 (native-inputs (list python-pytest 1787 (native-inputs (list python-pytest
1788 python-pytest-mock 1788 python-pytest-mock
1789 python-setuptools 1789 python-setuptools