Commit 9e73d8c2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.python-zunclient: 5.3.0 -> 5.4.0

parent 7fe86dc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "python-zunclient";
  version = "5.3.0";
  version = "5.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "openstack";
    repo = "python-zunclient";
    tag = version;
    hash = "sha256-qBpsahkVZEQwsVcNJFtRSJvvxGITauAJ6Zv8p+70hh0=";
    hash = "sha256-Ps4V05obkbiy4dbPBOff3WQ1d502Ie303jAmtatNOdc=";
  };

  env.PBR_VERSION = version;