python3Packages.osc: 1.21.0 -> 1.22.0

This commit is contained in:
R. Ryantm
2025-11-12 23:18:55 +00:00
parent 61630d4ab5
commit 072902c889
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "osc";
version = "1.21.0";
version = "1.22.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "osc";
rev = version;
hash = "sha256-VNDDb67zWkY1RDEjCgB29sVhtVZtY3KMB1T8N2d+xGQ=";
hash = "sha256-sohuRbWoLZ6/tBMRIKlvhmsDOgHaB8oGF58veVQBWpk=";
};
buildInputs = [ bashInteractive ]; # needed for bash-completion helper