Merge pull request #142310 from fabaff/bump-ismartgate

conduit-nginx
Sandro 2021-10-20 11:20:39 +02:00 committed by GitHub
commit daed2bbebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 = [