Skip to content

Commit

Permalink
Merge pull request NixOS#269230 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.pygls

python311Packages.pygls: 1.1.2 -> 1.2.0
  • Loading branch information
kira-bruneau authored Nov 27, 2023
2 parents 72a5d95 + 35e7c35 commit e47087d
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 e47087d

Please sign in to comment.