From 7ec16e7a5211f5d6d6a6cb113c215681772af5c2 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Fri, 20 Dec 2024 22:40:33 +0100 Subject: gnu: python-rpy2: Update to 3.5.17. * gnu/packages/statistics.scm (python-rpy2): Update to 3.5.17. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: If00abda9c8204bc0f4a57e3034dd6eb2d6b23d54 --- gnu/packages/statistics.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnu/packages/statistics.scm') diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 2c6eee2c66..7266edf856 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -7108,14 +7108,14 @@ completion.") (define-public python-rpy2 (package (name "python-rpy2") - (version "3.5.15") + (version "3.5.17") (source (origin (method url-fetch) (uri (pypi-uri "rpy2" version)) (sha256 (base32 - "0asvybb7kmr48pfkibp1qi3h3vlq2fl0mazaf0xj6zywhi5awks4")))) + "10nmydlbmi0vyim7sx71isx3z2mnnfjmhf3248cicy9x1z1hizyv")))) (build-system pyproject-build-system) (propagated-inputs (list python-cffi @@ -7145,7 +7145,9 @@ completion.") python-numpy python-pandas python-pytest - python-pytest-cov)) + python-pytest-cov + python-setuptools + python-wheel)) (home-page "https://rpy2.github.io") (synopsis "Python interface to the R language") (description "rpy2 is a redesign and rewrite of rpy. It is providing a -- cgit v1.2.3 f7b2108e62cddc344d84a7481fb4704376fe8aa6'/>
path: root/NEWS
AgeCommit message (Expand)Author
2022-12-18Update NEWS.Ludovic Courtès
2022-12-17Update NEWS.Marius Bakke
2022-12-02Update NEWS.Ludovic Courtès
2022-11-23NEWS: Update it....* NEWS: Shepherd is already at 0.9.3 now. Jonathan Brielmaier
2022-11-16Update NEWS.Maxim Cournoyer
2022-10-13NEWS: Update it....* NEWS: Add an entry about 'guix shell' --emulate-fhs option. Mathieu Othacehe
2022-10-07Update NEWS....* NEWS: Add new entry for installation script improvements. Maxim Cournoyer
2022-09-28Update NEWS....* NEWS: Add new services for the 1.4.0. Mathieu Othacehe
2022-09-26NEWS: Update it....* NEWS: Add an entry about WSL images. Mathieu Othacehe
2022-09-24Update NEWS.Ludovic Courtès
2022-09-23Update NEWS.Maxim Cournoyer
2022-09-19Update NEWS....* NEWS: Mention Shepherd 0.9.2 upgrade. Mathieu Othacehe
2022-09-16Update NEWS....Entries extracted from: git log 3eadcdc63..version-1.4.0 * NEWS: Update entries for v1.4.0 Mathieu Othacehe
2022-09-15Update NEWS....This covers the commits made between v1.3.0..3eadcdc6^. * NEWS: New entries for the 1.4.0 upcoming release. Maxim Cournoyer
2022-09-14Update NEWS....These news were extracted from the output of: git log --reverse v1.3.0..03eb0b1be2cfedd0d9a66fef0edc53a17f7653a5. * NEWS: Update entries for v1.4.0. Maxim Cournoyer