Merge pull request #221634 from r-ryantm/auto-update/python310Packages.rpy2

python310Packages.rpy2: 3.5.9 -> 3.5.10
This commit is contained in:
Weijia Wang 2023-03-19 22:03:27 +02:00 committed by GitHub
commit d68dff5f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,13 @@
}:
buildPythonPackage rec {
version = "3.5.9";
version = "3.5.10";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
hash = "sha256-iaDX40Bld5VVjg22v52PE5VCi6EYr5AjUV3ako5pRPA=";
hash = "sha256-+B8K+wHjxvUVwJVzvFhcDhx+OF7IFBXOCmImjGBex/w=";
};
patches = [