mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
pythonModules.pyscard: 1.9.9 -> 2.0.0
This commit is contained in:
parent
c2715f436d
commit
2c330cba4a
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user