Merge pull request #286234 from r-ryantm/auto-update/python312Packages.rpy2
python312Packages.rpy2: 3.5.14 -> 3.5.15
This commit is contained in:
commit
f4839a1b7b
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue