3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #199634 from kira-bruneau/python3Packages.pygls

python3Packages.pygls: 0.12.1 → 0.12.3
This commit is contained in:
Fabian Affolter 2022-11-05 10:54:20 +01:00 committed by GitHub
commit e6a99a3ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "pygls";
version = "0.12.1";
version = "0.12.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "openlawlibrary";
repo = pname;
repo = "pygls";
rev = "refs/tags/v${version}";
sha256 = "sha256-L2KTNiI+I+r2fF88B1NSunowokrDzGCw3PXbxekg/oE=";
sha256 = "sha256-RtoRIfPIbERQFx0GzQqsxnKAMsIK5Zbf2sNtHhC2fmo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;