Merge pull request #103122 from lukegb/update-pyscard

pythonModules.pyscard: 1.9.9 -> 2.0.0
This commit is contained in:
Martin Weinelt 2020-11-08 15:42:22 +01:00 committed by GitHub
commit 884d7ac411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ let
in
buildPythonPackage rec {
version = "1.9.9";
version = "2.0.0";
pname = "pyscard";
src = fetchPypi {
inherit pname version;
sha256 = "082cjkbxadaz2jb4rbhr0mkrirzlqyqhcf3r823qb0q1k50ybgg6";
sha256 = "0yap0p8mp6dx58n3nina6ryhc2cysaj75sq98wf3qybf33cxjr5k";
};
postPatch = if withApplePCSC then ''