python310Packages.awesomeversion: 22.6.0 -> 22.8.0

This commit is contained in:
Fabian Affolter
2022-08-18 20:45:16 +02:00
parent 6e665c4e29
commit bb404a14f5
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "awesomeversion";
version = "22.6.0";
version = "22.8.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-osAJzJr9PtGH8wcHam1BolIBTD8QDBWg3mI/z4JW0JE=";
sha256 = "sha256-peSGe9ycxVD2ve8tFpmznQZr3Hrc1KimeVlThmd0NFo=";
};
nativeBuildInputs = [