forked from mirrors/nixpkgs
python: rpy2: 2.8.6 -> 2.9.3
This commit is contained in:
parent
4c3a19b9c9
commit
01d5a6cc4d
|
@ -16,12 +16,12 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.8.6";
|
version = "2.9.3";
|
||||||
pname = "rpy2";
|
pname = "rpy2";
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
sha256 = "004d13734a7b9a85cbc1e7a93ec87df741e28db1273ab5b0d9efaac04a9c5f98";
|
sha256 = "1b72958e683339ea0c3bd9f73738e9ece2da8da8008a10e2e0c68fc7864e9361";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
readline
|
readline
|
||||||
|
|
Loading…
Reference in a new issue