python3Packages.devtools: 0.11.0 -> 0.12.2

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:02 +02:00
parent df6d6c7fc9
commit 3e45935566

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "devtools";
version = "0.11.0";
version = "0.12.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "samuelcolvin";
repo = "python-${pname}";
rev = "refs/tags/v${version}";
hash = "sha256-ogogXZnuSFkWktCin+cyefjqIbGFRBVIeOrZJAa3hOE=";
hash = "sha256-1HFbNswdKa/9cQX0Gf6lLW1V5Kt/N4X6/5kQDdzp1Wo=";
};
nativeBuildInputs = [