python312Packages.scripttest: 2.0 -> 2.0.post1

This commit is contained in:
R. Ryantm
2025-04-11 22:08:32 +00:00
parent a78a226cec
commit 836c30a46a
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "scripttest";
version = "2.0";
version = "2.0.post1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-xbFdNcRlwLxjcCvYS6Q2U+EXl+rtx31er4bvwgEpk2A=";
sha256 = "sha256-pgZ/H+rfSy7T5ZSwsy5BWJZA5/o5dHZapj1QhSDAv9w=";
};
buildInputs = [ pytest ];