Merge pull request #286234 from r-ryantm/auto-update/python312Packages.rpy2

python312Packages.rpy2: 3.5.14 -> 3.5.15
This commit is contained in:
Weijia Wang 2024-03-07 22:34:01 +01:00 committed by GitHub
commit f4839a1b7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,14 +24,14 @@
}:
buildPythonPackage rec {
version = "3.5.14";
version = "3.5.15";
format = "setuptools";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
hash = "sha256-X0auMdNuEXvjZq1K4CSTwBWsa6WevjtM1yAAdTMvxIE=";
hash = "sha256-RE+uSoTcfyM7cOqrCqgTmO4BR8ThrjjdRSTXedbyWys=";
};
patches = [