mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-15 17:34:04 +00:00
python312Packages.rpy2: 3.5.16 -> 3.5.17 (#361796)
This commit is contained in:
commit
9cb2a61d1a
@ -26,14 +26,14 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.5.16";
|
||||
version = "3.5.17";
|
||||
format = "setuptools";
|
||||
pname = "rpy2";
|
||||
|
||||
disabled = isPyPy;
|
||||
src = fetchPypi {
|
||||
inherit version pname;
|
||||
hash = "sha256-g34vdFg2WKXEwzl2GnP5Q08z75ztPjDGTadWIWXCgBs=";
|
||||
hash = "sha256-2/8Iww89eRYZImI4WKWztoo/uo7hdH1q9BvEumjz1YI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user