python3Packages.irctokens: 2.0.0 -> 2.0.1

This commit is contained in:
Martin Weinelt 2022-01-18 00:21:18 +01:00
parent f04b3afe05
commit 0233959752

View file

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "irctokens"; pname = "irctokens";
version = "2.0.0"; version = "2.0.1";
disabled = pythonOlder "3.6"; # f-strings disabled = pythonOlder "3.6"; # f-strings
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jesopo"; owner = "jesopo";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0kpxn5paailm4xpdlnzxrhjrfgvvg5pp327wd8kl41a0wbqkj4zb"; sha256 = "sha256-FgcLngS11U9eBNV/8jllwdrm89tCmthA1sUaFDovk6U=";
}; };
checkInputs = [ pyyaml ]; checkInputs = [ pyyaml ];