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

python3Packages.keystoneauth1: 5.11.0 -> 5.11.1 (#417614)

parents b8dace63 9c658438
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,12 +27,12 @@

buildPythonPackage rec {
  pname = "keystoneauth1";
  version = "5.11.0";
  version = "5.11.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-mvahZfoHR+1zn/w0sRXqDXz8VjDuEpSK+U8D7Q+ciTQ=";
    hash = "sha256-gG8SxJt/SyytP1pGD3vdgeQkfIG2BCWWp/6oV19lkfM=";
  };

  build-system = [ setuptools ];