Unverified Commit b7de3c8f authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #253229 from r-ryantm/auto-update/python310Packages.python-swiftclient

python310Packages.python-swiftclient: 4.3.0 -> 4.4.0
parents dda0b69e df5202c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "python-swiftclient";
  version = "4.3.0";
  version = "4.4.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Hj3fmYzL6n3CWqbfjrPffTi/S8lrBl8vhEMeglmBezM=";
    hash = "sha256-p32Xqw5AEsZ4cy5XW9/u0oKzSJuRdegsRqR6yEke7oQ=";
  };

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