Merge pull request #299383 from r-ryantm/auto-update/python312Packages.pygls

python312Packages.pygls: 1.3.0 -> 1.3.1
This commit is contained in:
OTABI Tomoya 2024-03-27 22:54:52 +09:00 committed by GitHub
commit 0fbefaefeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pygls";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "openlawlibrary";
repo = "pygls";
rev = "refs/tags/v${version}";
hash = "sha256-6+SMlBTi+jw+bAUYqbaxXT5QygZFj4FeeEp6bch8M1s=";
hash = "sha256-AvrGoQ0Be1xKZhFn9XXYJpt5w+ITbDbj6NFZpaDPKao=";
};
pythonRelaxDeps = [