python3Packages.osc: 1.27.1 -> 1.27.2

This commit is contained in:
R. Ryantm
2026-07-05 19:15:18 +00:00
parent 8f7639a0d4
commit b7404aa431
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "osc";
version = "1.27.1";
version = "1.27.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "openSUSE";
repo = "osc";
rev = version;
hash = "sha256-vturi/HNruJB76miLFbQhV9acl/MsfZ8dGOty3ytlvQ=";
hash = "sha256-PwOJpjlIqOtLw79DK0KWb8ktAQ9vQVnSdf657jPVfLQ=";
};
buildInputs = [ bashInteractive ]; # needed for bash-completion helper