s3cmd: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm 2022-10-03 21:48:17 +00:00 committed by Bobby Rong
parent d163332ff9
commit 2390991544

View file

@ -2,13 +2,13 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "s3cmd"; pname = "s3cmd";
version = "2.2.0"; version = "2.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "s3tools"; owner = "s3tools";
repo = "s3cmd"; repo = "s3cmd";
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "0w4abif05mp52qybh4hjg6jbbj2caljq5xdhfiha3g0s5zsq46ri"; sha256 = "sha256-nb4WEH8ELaG/bIe4NtjD4p99VJoG90UQ662iWyvnr2U=";
}; };
propagatedBuildInputs = [ python-magic python-dateutil ]; propagatedBuildInputs = [ python-magic python-dateutil ];