Merge pull request #309214 from r-ryantm/auto-update/python311Packages.yalexs

python311Packages.yalexs: 3.0.1 -> 3.1.0
This commit is contained in:
Fabian Affolter 2024-05-05 10:38:35 +02:00 committed by GitHub
commit 10f8019470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "3.0.1";
version = "3.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs";
rev = "refs/tags/v${version}";
hash = "sha256-+FdQQzQhKhIOEnOym2DNT9uQL2uAbfE8tUXUHIFFK2I=";
hash = "sha256-+Sn+d6CuxIUEDLkDvcq7OT3AumElJFfWCwM02LPIeyg=";
};
postPatch = ''