python312Packages.scripttest: 1.3 -> 2.0 (#388604)

This commit is contained in:
Weijia Wang
2025-03-26 22:16:49 +01:00
committed by GitHub
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "scripttest";
version = "1.3";
version = "2.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "951cfc25219b0cd003493a565f2e621fd791beaae9f9a3bdd7024d8626419c38";
sha256 = "sha256-xbFdNcRlwLxjcCvYS6Q2U+EXl+rtx31er4bvwgEpk2A=";
};
buildInputs = [ pytest ];