Skip to content

Commit

Permalink
pythonPackages.rtslib: 2.1.71 -> 2.1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 authored and Jon committed Apr 16, 2020
1 parent 15e790c commit 9e34ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/rtslib/default.nix
Expand Up @@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "rtslib";
version = "2.1.71";
version = "2.1.72";

src = fetchFromGitHub {
owner = "open-iscsi";
repo ="${pname}-fb";
repo = "${pname}-fb";
rev = "v${version}";
sha256 = "0cn9azi44hf59mp47207igv72kjbkyz4rsvgzmwbpz0s57b0hnab";
sha256 = "13kycf9xkyxm1ik8yh3qpd96vird8y65daigyiyb4jvx0lmrd0kv";
};

propagatedBuildInputs = [ six pyudev pygobject3 ];
Expand Down

0 comments on commit 9e34ecc

Please sign in to comment.