python312Packages.scripttest: 2.0 -> 2.0.post1 (#398024)

authored by Nick Cao and committed by GitHub ae2a0817 983f33f6

+2 -2
+2 -2
pkgs/development/python-modules/scripttest/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "scripttest"; 10 - version = "2.0"; 10 + version = "2.0.post1"; 11 11 format = "setuptools"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "sha256-xbFdNcRlwLxjcCvYS6Q2U+EXl+rtx31er4bvwgEpk2A="; 15 + sha256 = "sha256-pgZ/H+rfSy7T5ZSwsy5BWJZA5/o5dHZapj1QhSDAv9w="; 16 16 }; 17 17 18 18 buildInputs = [ pytest ];