osc: 1.3.1 -> 1.6.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
parent
5cb7527b4a
commit
5f599df38e
@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "osc";
|
||||
version = "1.3.1";
|
||||
version = "1.6.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openSUSE";
|
||||
repo = "osc";
|
||||
rev = version;
|
||||
sha256 = "sha256-pywSXGM3IX3cTr1uJIP7pNGIYE/skMIoJeoaMU75zwc=";
|
||||
hash = "sha256-U76nAE7NdLIdrKzRC0sP8hy6G6A8Tr4Qe2PGZI2xvyk=";
|
||||
};
|
||||
|
||||
buildInputs = [ bashInteractive ]; # needed for bash-completion helper
|
||||
@ -45,7 +45,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/openSUSE/osc";
|
||||
description = "opensuse-commander with svn like handling";
|
||||
mainProgram = "osc";
|
||||
maintainers = [ maintainers.peti ];
|
||||
maintainers = with maintainers; [ peti saschagrunert ];
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user