python3Packages.osc: 1.7.0 -> 1.8.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert
2024-07-01 09:57:21 +02:00
parent 87878822b1
commit 486e0fd671

View File

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