python3Packages.irctokens: 2.0.1 -> 2.0.2

Change-Id: I5d8efc99cf565b68279458a86977026c57a18c46
This commit is contained in:
V
2023-08-18 20:22:55 +02:00
parent b22003dcc4
commit b7ced4be93
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "irctokens";
version = "2.0.1";
version = "2.0.2";
disabled = pythonOlder "3.6"; # f-strings
src = fetchFromGitHub {
owner = "jesopo";
repo = pname;
rev = "v${version}";
hash = "sha256-FgcLngS11U9eBNV/8jllwdrm89tCmthA1sUaFDovk6U=";
hash = "sha256-Y9NBqxGUkt48hnXxsmfydHkJmWWb+sRrElV8C7l9bpw=";
};
nativeCheckInputs = [ pyyaml ];