Unverified Commit 7c497700 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

ironicclient: 5.7.0 -> 5.8.0 (#338134)

parents 30a046ab 7d94d645
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,12 +25,12 @@

buildPythonPackage rec {
  pname = "python-ironicclient";
  version = "5.7.0";
  version = "5.8.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Blx0pr73uZA8eHd2iZ9WY+aozBFWsQhWpxoQKtjtJSk=";
    hash = "sha256-hv7cI1hIZijKhoJxfrxp7hApcfEX2jUmudPilVLslC4=";
  };

  build-system = [