Merge pull request #139231 from r-ryantm/auto-update/python38Packages.pyscard

python38Packages.pyscard: 2.0.1 -> 2.0.2

authored by Ryan Burns and committed by GitHub d394cd0d 2a1b16bc

+2 -2
+2 -2
pkgs/development/python-modules/pyscard/default.nix
··· 6 in 7 8 buildPythonPackage rec { 9 - version = "2.0.1"; 10 pname = "pyscard"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - sha256 = "2ba5ed0db0ed3c98e95f9e34016aa3a57de1bc42dd9030b77a546036ee7e46d8"; 15 }; 16 17 postPatch = if withApplePCSC then ''
··· 6 in 7 8 buildPythonPackage rec { 9 + version = "2.0.2"; 10 pname = "pyscard"; 11 12 src = fetchPypi { 13 inherit pname version; 14 + sha256 = "05de0579c42b4eb433903aa2fb327d4821ebac262434b6584da18ed72053fd9e"; 15 }; 16 17 postPatch = if withApplePCSC then ''