Merge pull request #230526 from r-ryantm/auto-update/python310Packages.rpy2
python310Packages.rpy2: 3.5.10 -> 3.5.11
This commit is contained in:
commit
bfda1c1556
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.5.10";
|
||||
version = "3.5.11";
|
||||
pname = "rpy2";
|
||||
|
||||
disabled = isPyPy;
|
||||
src = fetchPypi {
|
||||
inherit version pname;
|
||||
hash = "sha256-+B8K+wHjxvUVwJVzvFhcDhx+OF7IFBXOCmImjGBex/w=";
|
||||
hash = "sha256-DT5VTayPTlWiiTLylGNBquPgKJQwThGYVHIiqoa4niE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue