about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-21 10:30:33 +0100
committerGitHub <noreply@github.com>2023-12-21 10:30:33 +0100
commit27e4276460c961924671ad05e0f6159ffa8bb252 (patch)
treefa43de2ef11fe104f5342ab760def83fbd4bef98
parent4ed04b60df51cfbf26b3297e96cbd32580546cdc (diff)
parentf646aa439385dbe9e87331ed5f7f29214c9c97aa (diff)
Merge pull request #275697 from r-ryantm/auto-update/python310Packages.lsprotocol
python310Packages.lsprotocol: 2023.0.0b1 -> 2023.0.0
-rw-r--r--pkgs/development/python-modules/lsprotocol/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/lsprotocol/default.nix b/pkgs/development/python-modules/lsprotocol/default.nix
index 5ee4d3ed11260..06776c0eec3e2 100644
--- a/pkgs/development/python-modules/lsprotocol/default.nix
+++ b/pkgs/development/python-modules/lsprotocol/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "lsprotocol";
-  version = "2023.0.0b1";
+  version = "2023.0.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "microsoft";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-Y/Mp/8MskRB6irNU3CBOKmo2Zt5S69h+GyMg71sQ9Uw=";
+    hash = "sha256-K5jocKVxMNoUYYUi9YO2+N7hHWj0MFLprqGOzsg1QRs=";
   };
 
   nativeBuildInputs = [