Skip to content

Commit

Permalink
python311Packages.pygls: 1.1.2 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 22, 2023
1 parent cb502b4 commit 35e7c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pygls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "pygls";
version = "1.1.2";
version = "1.2.0";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "openlawlibrary";
repo = "pygls";
rev = "refs/tags/v${version}";
hash = "sha256-OfLlYTgVCg+oiYww0RjRTjiBwTZBSNqJRryo8gZEmk4=";
hash = "sha256-hIr06qzOkObEcrIgFUloAPBJdOtcipl4htpbbUVkbdw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 35e7c35

Please sign in to comment.