about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2024-01-29 14:54:50 -0500
committerGitHub <noreply@github.com>2024-01-29 14:54:50 -0500
commitdf1e050b7f0b4937438818e83bb8b99a504a59bf (patch)
tree9e9c7e946443581b2294bc789ff326bf775522b5 /pkgs
parent5f5d111816f94bd5a49f02064a564d2263abd352 (diff)
parentd18e809b88a21f38656d469ed32947f727ed9585 (diff)
Merge pull request #284826 from r-ryantm/auto-update/python311Packages.pygls
python311Packages.pygls: 1.2.1 -> 1.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pygls/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pygls/default.nix b/pkgs/development/python-modules/pygls/default.nix
index 9903e104034c5..9c4d50843e22c 100644
--- a/pkgs/development/python-modules/pygls/default.nix
+++ b/pkgs/development/python-modules/pygls/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "pygls";
-  version = "1.2.1";
+  version = "1.3.0";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "openlawlibrary";
     repo = "pygls";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ARez9fs50kScfMp/W/aFIOcJonpFrcfyrzJuVwou7fk=";
+    hash = "sha256-6+SMlBTi+jw+bAUYqbaxXT5QygZFj4FeeEp6bch8M1s=";
   };
 
   pythonRelaxDeps = [