python3Packages.pygls: 0.11.3 -> 0.12

This commit is contained in:
P. R. d. O 2022-07-29 13:25:26 -06:00
parent 0350d6f79f
commit 5b731dbc67
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pygls";
version = "0.11.3";
version = "0.12";
format = "setuptools";
disabled = !isPy3k;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "openlawlibrary";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/nmDaA67XzrrmfwlBm5syTS4hn25m30Zb3gvOdL+bR8=";
sha256 = "sha256-PEfGxOUsiZ5WLmoQkOP2RRWJlIKi+42lOu55C3C+k8A=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;