Skip to content

Commit

Permalink
python310Packages.yalexs: 1.2.1 -> 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 28, 2022
1 parent 467132e commit 7ebc5c2
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 @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "yalexs";
version = "1.2.1";
version = "1.2.3";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7+4Icg3E6xrWmxObNzNuDc+MXJ9rnbgBHMK4uPBJeuY=";
sha256 = "sha256-O7a94UC7AB7MiTTpf68PWfim9anfYEWbvgsQsTV74VA=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 7ebc5c2

Please sign in to comment.