python311Packages.yalexs: 1.8.0 -> 1.9.0

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

Changelog: https://github.com/bdraco/yalexs/releases/tag/v1.9.0
This commit is contained in:
Fabian Affolter 2023-09-13 18:42:26 +02:00
parent 0987c80f48
commit 27d24b86e1

View File

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