[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: python-rpy2: Update to 3.5.17.
From: |
guix-commits |
Subject: |
04/11: gnu: python-rpy2: Update to 3.5.17. |
Date: |
Fri, 20 Dec 2024 20:28:39 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 7ec16e7a5211f5d6d6a6cb113c215681772af5c2
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Fri Dec 20 22:40:33 2024 +0100
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(-)
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
- branch master updated (42ba1aa8b3 -> 4eaeff9979), guix-commits, 2024/12/20
- 03/11: gnu: python-pyct: Fix build., guix-commits, 2024/12/20
- 07/11: gnu: python-farama-notifications: Fix build., guix-commits, 2024/12/20
- 04/11: gnu: python-rpy2: Update to 3.5.17.,
guix-commits <=
- 01/11: gnu: python-colorcet: Fix build., guix-commits, 2024/12/20
- 06/11: gnu: python-property-cached: Fix build., guix-commits, 2024/12/20
- 05/11: gnu: python-geojson: Fix build., guix-commits, 2024/12/20
- 02/11: gnu: python-amqp: Fix build., guix-commits, 2024/12/20
- 08/11: gnu: python-werkzeug: Fix build., guix-commits, 2024/12/20
- 09/11: gnu: python-pyahocorasick: Fix build., guix-commits, 2024/12/20
- 10/11: gnu: python-geopack: Fix build., guix-commits, 2024/12/20
- 11/11: gnu: Add whisper-cpp., guix-commits, 2024/12/20