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

Merge pull request #314486 from r-ryantm/auto-update/python311Packages.python-swiftclient

python311Packages.python-swiftclient: 4.5.0 -> 4.6.0
parents 72c5e716 bd609264
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "python-swiftclient";
  version = "4.5.0";
  version = "4.6.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-8qCIflo5KXq8BDJRrj+QiRTOFEei+NLcpWcWGGCBQr0=";
    hash = "sha256-1NGFQEE4k/wWrYd5HXQPgj92NDXoIS5o61PWDaJjgjM=";
  };

  # remove duplicate script that will be created by setuptools from the