Merge pull request #315877 from panicgh/osc

osc: 1.6.1 -> 1.7.0
This commit is contained in:
Peter Simons 2024-05-30 17:47:21 +02:00 committed by GitHub
commit 36e0a8be9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "osc";
version = "1.6.1";
version = "1.7.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "osc";
rev = version;
hash = "sha256-U76nAE7NdLIdrKzRC0sP8hy6G6A8Tr4Qe2PGZI2xvyk=";
hash = "sha256-ze5mgFU3jc+hB1W2ayj4i2dBFJ0CXsZULzbdFMz3G3Y=";
};
buildInputs = [ bashInteractive ]; # needed for bash-completion helper