From 0134117916a433f9f3cb1daf14f84836b3138765 Mon Sep 17 00:00:00 2001 From: Kira Bruneau Date: Fri, 4 Nov 2022 23:00:01 -0400 Subject: [PATCH] =?UTF-8?q?python3Packages.pygls:=200.12.1=20=E2=86=92=200?= =?UTF-8?q?.12.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/python-modules/pygls/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pygls/default.nix b/pkgs/development/python-modules/pygls/default.nix index e9a6850b5e65..ce69c36d7461 100644 --- a/pkgs/development/python-modules/pygls/default.nix +++ b/pkgs/development/python-modules/pygls/default.nix @@ -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;