python37Packages.pyscard: 1.9.7 -> 1.9.8

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:
R. RyanTM 2019-04-02 11:07:52 -07:00
parent 18aa59b0f2
commit 7b8c48444d

View File

@ -1,12 +1,12 @@
{ stdenv, fetchPypi, buildPythonPackage, swig, pcsclite, PCSC }:
buildPythonPackage rec {
version = "1.9.7";
version = "1.9.8";
pname = "pyscard";
src = fetchPypi {
inherit pname version;
sha256 = "412c74c83e7401566e9d3d7b8b5ca965e74582a1f33179b3c1fabf1da73ebf80";
sha256 = "15fh00z1an6r5j7hrz3jlq0rb3jygwf3x4jcwsa008bv8vpcg7gm";
};
postPatch = ''