pythonPackages.rtslib: 2.1.fb69 -> 2.1.70

This commit is contained in:
Markus Kowalewski 2019-08-30 13:06:12 +02:00 committed by Markus Kowalewski
parent b508ecb6ef
commit d096ee57d0
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "rtslib";
version = "2.1.fb69";
version = "2.1.70";
src = fetchFromGitHub {
owner = "open-iscsi";
repo ="${pname}-fb";
rev = "v${version}";
sha256 = "17rlcrd9757nq91pa8xjr7147k7mxxp8zdka7arhlgsp3kcnbsfd";
sha256 = "14f527c28j43w5v1pasrk98jvrpqxa0gmqiafn1rim0x1yrwanjm";
};
propagatedBuildInputs = [ six pyudev pygobject3 ];