mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +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 {
|
||||
version = "2.1.1";
|
||||
version = "2.2.0";
|
||||
pname = "simpleparse";
|
||||
disabled = isPy3k || isPyPy;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1n8msk71lpl3kv086xr2sv68ppgz6228575xfnbszc6p1mwr64rg";
|
||||
sha256 = "18ccdc249bb550717af796af04a7d50aef523368901f64036a48eee5daca149d";
|
||||
};
|
||||
|
||||
doCheck = false; # weird error
|
||||
|
Loading…
Reference in New Issue
Block a user