diff options
| -rw-r--r-- | gnu/packages/statistics.scm | 6 |
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 |
