python311Packages.yalexs: 1.7.0 -> 1.8.0

Diff: https://github.com/bdraco/yalexs/compare/refs/tags/v1.7.0...v1.8.0

Changelog: https://github.com/bdraco/yalexs/releases/tag/v1.8.0
This commit is contained in:
Fabian Affolter 2023-08-21 17:24:48 +02:00
parent 1a2b257d74
commit a231b45c74

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "1.7.0";
version = "1.8.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Lh+3ZpOAhOQjSLoJTaLY5706I3tKy7pqQE6M1cRCYrw=";
hash = "sha256-ZxZIv69HooX6SUIdrtAuhOEVPN7E+E/AZ138XmzIYIE=";
};
propagatedBuildInputs = [