Skip to content

Commit

Permalink
Merge pull request #333821 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.yalexs

python312Packages.yalexs: 6.4.3 -> 6.4.4
  • Loading branch information
fabaff authored Aug 11, 2024
2 parents ae1a7dc + 1d4928a commit 10dc1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/yalexs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "yalexs";
version = "6.4.3";
version = "6.4.4";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "yalexs";
rev = "refs/tags/v${version}";
hash = "sha256-LfK5xh1MBoWD3/Ae2Hxx0dOFoBkRZUqfudrleXluGzk=";
hash = "sha256-vW6BMb0aaGGsXwZci5FE9VuSB/hi0pltIVH/OcL0mnw=";
};

postPatch = ''
Expand Down

0 comments on commit 10dc1b2

Please sign in to comment.