python310Packages.yalexs: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm 2023-08-09 09:05:46 +00:00
parent aa3e1905a1
commit ec571cd27f

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "1.5.1";
version = "1.5.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8aOLDjWZOqAsnldxUtUBcuT7pBbZHPnPSmQCF/oqNYw=";
hash = "sha256-IkjRoomRcUQSTLloLpiyO2Llk3NZYxbx0oeH8TCVAHc=";
};
propagatedBuildInputs = [