python3Packages.pygls: 0.11.2 → 0.11.3

This commit is contained in:
Kira Bruneau 2021-11-06 13:13:48 -04:00
parent dc7c656444
commit 65b2b7e02a

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;