Skip to content

Commit

Permalink
python310Packages.s3transfer: 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored and mweinelt committed Sep 11, 2023
1 parent 61e98da commit f126a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/s3transfer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

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

disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "boto";
repo = pname;
rev = version;
hash = "sha256-cL4IOfWLRUJC5zCzmN/qRf0N/IV/MDHF/j2JDX5hlUE=";
hash = "sha256-hoHNblnCSZteHmI5sJN72WrX7tveNFZqmL1jFKQmdag=";
};

propagatedBuildInputs = [ botocore ];
Expand Down

0 comments on commit f126a5c

Please sign in to comment.