Merge pull request #140492 from r-ryantm/auto-update/python38Packages.systembridge

python38Packages.systembridge: 2.1.0 -> 2.1.3
This commit is contained in:
Fabian Affolter 2021-10-04 22:47:35 +02:00 committed by GitHub
commit a716b19b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "systembridge";
version = "2.1.0";
version = "2.1.3";
src = fetchFromGitHub {
owner = "timmo001";
repo = "system-bridge-connector-py";
rev = "v${version}";
sha256 = "sha256-P148xEcvPZMizUyRlVeMfX6rGVNf0Efw2Ekvm5SEvKQ=";
sha256 = "1p0w1phmlifkag7inx8395g8li13r4b7dvgkpj6fysdi42glvvxp";
};
propagatedBuildInputs = [