Merge pull request #321196 from fabaff/yalexs-bump

python311Packages.yalexs: 6.0.0 -> 6.4.0
This commit is contained in:
Fabian Affolter 2024-06-20 20:18:45 +02:00 committed by GitHub
commit 595e271311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''