1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

python3.pkgs.rpy2: 3.2.5 -> 3.2.6

This commit is contained in:
Timo Kaufmann 2020-03-17 11:54:37 +01:00
parent 9c8068c4c4
commit b8ed075c87

View file

@ -25,13 +25,13 @@
}:
buildPythonPackage rec {
version = "3.2.5";
version = "3.2.6";
pname = "rpy2";
disabled = isPyPy;
src = fetchPypi {
inherit version pname;
sha256 = "0pnk363klic4smb3jnkm4lnh984c2cpqzawrg2j52hgy8k1bgyrk";
sha256 = "1p990cqx3p2pd1rc9wn66m56wahaq8dlr88frz49vb7nv4zw4a8q";
};
buildInputs = [