Merge pull request #149162 from r-ryantm/auto-update/python38Packages.emv

python38Packages.emv: 1.0.11 -> 1.0.13
This commit is contained in:
Luke Granger-Brown 2021-12-07 00:03:25 +00:00 committed by GitHub
commit 27f2b4234d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
buildPythonPackage rec {
pname = "emv";
version = "1.0.11";
version = "1.0.13";
disabled = pythonOlder "3.4";
src = fetchFromGitHub {
owner = "russss";
repo = "python-emv";
rev = "v${version}";
hash = "sha256:1715hcba3fdi0i5awnrjdjnk74p66sxm9349pd8bb717zrh4gpj7";
hash = "sha256-Jobw8OyKMaLfVsvMadrUrg5BijFo9G6kjgjhGIV8H1M=";
};
postPatch = ''