pythonModules.pyscard: 1.9.9 -> 2.0.0

This commit is contained in:
Luke Granger-Brown 2020-11-08 10:41:06 +00:00
parent c2715f436d
commit 2c330cba4a

View file

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