Merge pull request #112483 from fabaff/bump-pkce

python3Packages.pkce: 1.0.2 -> 1.0.3
This commit is contained in:
Sandro 2021-02-09 09:46:52 +01:00 committed by GitHub
commit 3a2e164823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];