Merge pull request #323746 from saschagrunert/osc

python3Packages.osc: 1.7.0 -> 1.8.0
This commit is contained in:
kirillrdy 2024-07-01 19:29:32 +10:00 committed by GitHub
commit 7bd34199d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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