mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python: simpleparse: 2.1.1 -> 2.2.0
This commit is contained in:
parent
42a89ba182
commit
6ce9ff9fea
@ -6,13 +6,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.1.1";
|
version = "2.2.0";
|
||||||
pname = "simpleparse";
|
pname = "simpleparse";
|
||||||
disabled = isPy3k || isPyPy;
|
disabled = isPy3k || isPyPy;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1n8msk71lpl3kv086xr2sv68ppgz6228575xfnbszc6p1mwr64rg";
|
sha256 = "18ccdc249bb550717af796af04a7d50aef523368901f64036a48eee5daca149d";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false; # weird error
|
doCheck = false; # weird error
|
||||||
|
Loading…
Reference in New Issue
Block a user