python3Packages.awesomeversion: 22.2.0 -> 22.4.0

This commit is contained in:
Fabian Affolter 2022-04-06 19:12:13 +02:00
parent 180173a1c4
commit 5e9f74f971

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "awesomeversion";
version = "22.2.0";
version = "22.4.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-FlJrk/PH3nBLakQfS+ruDwAPH/oo16JcfrtVRFgbUXY=";
sha256 = "sha256-bloBP5cKZtvu96HSQ4AmZ5+VeSXGkmN/m4fuyHLrBws=";
};
nativeBuildInputs = [