Merge pull request #219181 from doronbehar/pkg/python-lsprotocol

python3.pkgs.lsprotocol: 2022.0.0a9 -> 2022.0.0a10
This commit is contained in:
Fabian Affolter 2023-03-04 11:37:43 +01:00 committed by GitHub
commit cdb62c0885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "lsprotocol";
version = "2022.0.0a9";
version = "2022.0.0a10";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6XecPKuBhwtkmZrGozzO+VEryI5wwy9hlvWE1oV6ajk=";
hash = "sha256-IAFNEWpBRVAGcJNIV1bog9K2nANRw/qJfCJ9+Wu/yJc=";
};
nativeBuildInputs = [