Skip to content

Commit

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

buildPythonPackage rec {
pname = "configshell";
version = "1.1.27";
version = "1.1.28";

src = fetchFromGitHub {
owner = "open-iscsi";
repo ="${pname}-fb";
repo = "${pname}-fb";
rev = "v${version}";
sha256 = "1nldzq3097xqgzd8qxv36ydvx6vj2crwanihz53k46is0myrwcnn";
sha256 = "1ym2hkvmmacgy21wnjwzyrcxyl3sx4bcx4hc51vf4lzcnj589l68";
};

propagatedBuildInputs = [ pyparsing six urwid ];
Expand Down

0 comments on commit 15e790c

Please sign in to comment.