python311Packages.yalexs: 6.0.0 -> 6.4.0

Diff: https://github.com/bdraco/yalexs/compare/refs/tags/v6.0.0...v6.4.0

Changelog: https://github.com/bdraco/yalexs/releases/tag/v6.4.0
This commit is contained in:
Fabian Affolter 2024-06-20 10:15:36 +02:00
parent 44c061f0b5
commit f1d0c360d4

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "6.0.0";
version = "6.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs";
rev = "refs/tags/v${version}";
hash = "sha256-xBBO0cXdOzt2ioMQzzdtSKB0WxOZBIb4PsiKoRrUUSc=";
hash = "sha256-b5R80l3+5mnxMFtISUxToufhSDoRmmCRAyoP5hbk08o=";
};
postPatch = ''