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

python311Packages.yalexs: 3.0.1 -> 3.1.0

authored by

Fabian Affolter and committed by
GitHub
10f80194 85ff9310

+2 -2
+2 -2
pkgs/development/python-modules/yalexs/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "yalexs"; 22 - version = "3.0.1"; 22 + version = "3.1.0"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.9"; ··· 28 28 owner = "bdraco"; 29 29 repo = "yalexs"; 30 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-+FdQQzQhKhIOEnOym2DNT9uQL2uAbfE8tUXUHIFFK2I="; 31 + hash = "sha256-+Sn+d6CuxIUEDLkDvcq7OT3AumElJFfWCwM02LPIeyg="; 32 32 }; 33 33 34 34 postPatch = ''