python310Packages.awesomeversion: 22.5.2 -> 22.6.0

This commit is contained in:
Fabian Affolter 2022-06-27 09:27:22 +02:00
parent a24431e56f
commit 1a0aec0905

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "awesomeversion";
version = "22.5.2";
version = "22.6.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-/La54qrejUhyoA1fRPEIItlKojTP5n5YmH+ovL6ASGk=";
sha256 = "sha256-osAJzJr9PtGH8wcHam1BolIBTD8QDBWg3mI/z4JW0JE=";
};
nativeBuildInputs = [