python3Packages.pkce: 1.0.2 -> 1.0.3

This commit is contained in:
Fabian Affolter 2021-02-09 09:01:20 +01:00
parent a073dd54aa
commit 3565e195b0

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pkce";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "RomeoDespres";
repo = pname;
rev = version;
sha256 = "15fzpp3b5qmj27hpgnwkzjwllgwwdfccizz8ydmliakm2hdr1xpn";
sha256 = "sha256-dOHCu0pDXk9LM4Yobaz8GAfVpBd8rXlty+Wfhx+WPME=";
};
checkInputs = [ pytestCheckHook ];