s4cmd: 2.0.1 -> 2.1.0 (#45536)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/s4cmd/versions.
This commit is contained in:
R. RyanTM 2018-08-24 01:28:20 -07:00 committed by xeji
parent f29032a095
commit 7a98ab9e9b

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "s4cmd";
version = "2.0.1";
version = "2.1.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "14gfpnj4xa1sq3x3zd29drpzsygn998y32szwm069ma0w9jwjjz6";
sha256 = "0d4mx98i3qhvlmr9x898mjvf827smzx6x5ji6daiwgjdlxc60mj2";
};
propagatedBuildInputs = with python3Packages; [ boto3 pytz ];