python3Packages.osc: 1.19.1 -> 1.20.0

This commit is contained in:
R. Ryantm
2025-09-18 19:18:42 +00:00
parent ee164a706c
commit ecf67f3cf1
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "osc";
version = "1.19.1";
version = "1.20.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "osc";
rev = version;
hash = "sha256-klPO873FwQOf4DCTuDd86vmGLI4ep9xgS6c+HasJv0Q=";
hash = "sha256-00tS5iOnGkQ6XgROtY6cVU2ewIMtWVZSKobvB+FPPZM=";
};
buildInputs = [ bashInteractive ]; # needed for bash-completion helper