Commit ec2b494d authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

python3Packages.python-ironicclient: 5.10.1 -> 5.12.0

parent b381a5d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage rec {
  pname = "python-ironicclient";
  version = "5.10.1";
  version = "5.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "openstack";
    repo = "python-ironicclient";
    tag = version;
    hash = "sha256-HqsOMvJ8SK8IEZgeClLd0TnQLBweBEru0Bw4WRSDG7s=";
    hash = "sha256-qw0d5tfglEjyiulwbu6hLl5B4rFOaWY5HR1bUt1AGTQ=";
  };

  build-system = [