Unverified Commit e32cb91d authored by Peter Simons's avatar Peter Simons Committed by GitHub
Browse files

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

parents 2c867e34 f7f61df1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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