Unverified Commit 4f8ce8e8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #231793 from r-ryantm/auto-update/python310Packages.python-ironicclient

python310Packages.python-ironicclient: 5.1.0 -> 5.2.0
parents 3e2728f5 ff340edd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@

buildPythonPackage rec {
  pname = "python-ironicclient";
  version = "5.1.0";
  version = "5.2.0";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-yYmzZuwZSasN6g6Bosivexe5oOy3dP+l/cD5TkXC87g=";
    hash = "sha256-bnWUfNIx85vSV0P5zcI7syjP0+wTXYDmC8wiuInjGfc=";
  };

  propagatedBuildInputs = [