python3Packages.osc: 1.25.0 -> 1.26.0 (#506213)

This commit is contained in:
Peter Simons
2026-04-04 09:08:59 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "osc";
version = "1.25.0";
version = "1.26.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "osc";
rev = version;
hash = "sha256-ES4HhWlJx7fRf9rXWBeAANyCy1eC1Rz6yFczXvQ66Vo=";
hash = "sha256-2h9099tSGMjjSN8HN3B/mk6ZNV3Ga1eHhtWkULX1iJQ=";
};
buildInputs = [ bashInteractive ]; # needed for bash-completion helper