3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283342 from r-ryantm/auto-update/python311Packages.lsprotocol

python311Packages.lsprotocol: 2023.0.0 -> 2023.0.1
This commit is contained in:
Doron Behar 2024-01-24 09:11:50 +02:00 committed by GitHub
commit 77665da6b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "lsprotocol";
version = "2023.0.0";
version = "2023.0.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-K5jocKVxMNoUYYUi9YO2+N7hHWj0MFLprqGOzsg1QRs=";
hash = "sha256-PHjLKazMaT6W4Lve1xNxm6hEwqE3Lr2m5L7Q03fqb68=";
};
nativeBuildInputs = [