Unverified Commit 3ca7a844 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.python-swiftclient: 4.8.0 -> 4.9.0 (#462710)

parents b70eebe2 77d17bd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildPythonPackage rec {
  pname = "python-swiftclient";
  version = "4.8.0";
  version = "4.9.0";
  pyproject = true;

  src = fetchPypi {
    pname = "python_swiftclient";
    inherit version;
    hash = "sha256-RBYsq0aTaMr9wl4MjE6VornbGkRFakjOCA/iyppLOGM=";
    hash = "sha256-niB7guwxeG8Q24/vbiBWgcJJl6C2ANKKGU+dFakO13I=";
  };

  nativeBuildInputs = [ installShellFiles ];