Merge pull request #303080 from saschagrunert/osc

osc: 1.3.1 -> 1.6.1
This commit is contained in:
Thiago Kenji Okada 2024-04-10 15:41:56 +01:00 committed by GitHub
commit ea50effb2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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;
};