python37Packages.pyscard: 1.9.8 -> 1.9.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-pyscard/versions
This commit is contained in:
parent
c455adcc42
commit
019eaad22d
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ let
|
|||
in
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.9.8";
|
||||
version = "1.9.9";
|
||||
pname = "pyscard";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "15fh00z1an6r5j7hrz3jlq0rb3jygwf3x4jcwsa008bv8vpcg7gm";
|
||||
sha256 = "082cjkbxadaz2jb4rbhr0mkrirzlqyqhcf3r823qb0q1k50ybgg6";
|
||||
};
|
||||
|
||||
postPatch = if withApplePCSC then ''
|
||||
|
|
Loading…
Reference in a new issue