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 6 in 7 7 8 8 buildPythonPackage rec { 9 - version = "2.0.1"; 9 + version = "2.0.2"; 10 10 pname = "pyscard"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "2ba5ed0db0ed3c98e95f9e34016aa3a57de1bc42dd9030b77a546036ee7e46d8"; 14 + sha256 = "05de0579c42b4eb433903aa2fb327d4821ebac262434b6584da18ed72053fd9e"; 15 15 }; 16 16 17 17 postPatch = if withApplePCSC then ''