Commit 77d17bd1 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.python-swiftclient: 4.8.0 -> 4.9.0

parent 1dcdb7dc
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 ];