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

python3Packages.pygls: 0.11.2 → 0.11.3
This commit is contained in:
Thiago Kenji Okada 2021-11-06 15:13:07 -03:00 committed by GitHub
commit 54f36afb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pygls";
version = "0.11.2";
version = "0.11.3";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "openlawlibrary";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zgQ5m198HMyFFrASSYCzn0EDLLeVy2j4LD0rEyEgahQ=";
sha256 = "sha256-/nmDaA67XzrrmfwlBm5syTS4hn25m30Zb3gvOdL+bR8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;