python3Packages.ismartgate: 4.0.1 -> 4.0.3

This commit is contained in:
Fabian Affolter 2021-10-20 09:20:24 +02:00
parent cb10e4ddf6
commit 50c22d35e8

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "ismartgate";
version = "4.0.1";
version = "4.0.3";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "bdraco";
repo = pname;
rev = "v${version}";
sha256 = "1kxlcjnppsk8m93gfcpy3asig1frhp1k5rfqx3rszhkcxmni95m2";
sha256 = "sha256-s9fHvjqPHDKuT/DMGu1ETuPNlFIkp0wlv15KeTb6fX8=";
};
propagatedBuildInputs = [