Merge pull request #280454 from r-ryantm/auto-update/s3cmd

s3cmd: 2.3.0 -> 2.4.0
This commit is contained in:
Weijia Wang 2024-01-20 04:47:50 +01:00 committed by GitHub
commit c435ebda13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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