python312Packages.yalexs: 3.0.0 -> 3.0.1

This commit is contained in:
R. Ryantm
2024-04-03 03:24:07 +00:00
parent ce93557538
commit fc76c921a9
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "3.0.0";
version = "3.0.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs";
rev = "refs/tags/v${version}";
hash = "sha256-hY46hUUmbQUWmI+Oa9qIQ1rZdXT5daGo1Vd5JRKfDHE=";
hash = "sha256-+FdQQzQhKhIOEnOym2DNT9uQL2uAbfE8tUXUHIFFK2I=";
};
postPatch = ''