pythonPackages.configshell: 1.1.28 -> 1.1.29
This commit is contained in:
parent
9fa29c0df2
commit
7adf9e9055
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "configshell";
|
||||
version = "1.1.28";
|
||||
version = "1.1.29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "open-iscsi";
|
||||
repo = "${pname}-fb";
|
||||
rev = "v${version}";
|
||||
sha256 = "1ym2hkvmmacgy21wnjwzyrcxyl3sx4bcx4hc51vf4lzcnj589l68";
|
||||
sha256 = "0mjj3c9335sph8rhwww7j4zvhyk896fbmx887vibm89w3jpvjjr9";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyparsing six urwid ];
|
||||
|
|
Loading…
Reference in New Issue