forked from mirrors/nixpkgs
python310Packages.crashtest: 0.4.0 -> 0.4.1
https://github.com/sdispater/crashtest/releases/tag/0.4.1
This commit is contained in:
parent
ab0ea0b7c0
commit
9f4bd9f98d
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "crashtest";
|
||||
version = "0.4.0";
|
||||
version = "0.4.1";
|
||||
disabled = !(pythonAtLeast "3.6");
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-1imwDx1OecMWkJ9Ot2O7yym1ENZfveE2Whzrk6t/pMg=";
|
||||
sha256 = "sha256-gNex8xbr+9Qp9kgHbWJ1yHe6MLpIl53kGRcUp1Jm8M4=";
|
||||
};
|
||||
|
||||
# has tests, but only on GitHub, however the pyproject build fails for me
|
||||
|
|
Loading…
Reference in a new issue