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
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "crashtest";
|
pname = "crashtest";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
disabled = !(pythonAtLeast "3.6");
|
disabled = !(pythonAtLeast "3.6");
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-1imwDx1OecMWkJ9Ot2O7yym1ENZfveE2Whzrk6t/pMg=";
|
sha256 = "sha256-gNex8xbr+9Qp9kgHbWJ1yHe6MLpIl53kGRcUp1Jm8M4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# has tests, but only on GitHub, however the pyproject build fails for me
|
# has tests, but only on GitHub, however the pyproject build fails for me
|
||||||
|
|
Loading…
Reference in a new issue