Unverified Commit 57ab6bfc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #248106 from r-ryantm/auto-update/python310Packages.yalexs

python310Packages.yalexs: 1.5.1 -> 1.5.2
parents a81d283a ec571cd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [