Commit eec070e1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.s3transfer: 0.6.0 -> 0.6.1

parent 904ac6b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "s3transfer";
  version = "0.6.0";
  version = "0.6.1";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "boto";
    repo = pname;
    rev = version;
    hash = "sha256-LM1/joc6TeyLLeAHpuCTz2vgpQ3TMkHrKitfiUp5ZrY=";
    hash = "sha256-cL4IOfWLRUJC5zCzmN/qRf0N/IV/MDHF/j2JDX5hlUE=";
  };

  propagatedBuildInputs = [ botocore ];