mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
s3cmd: 2.0.2 -> 2.1.0
This commit is contained in:
parent
e50c67ad7e
commit
9d9ea65c5d
1 changed files with 3 additions and 3 deletions
|
@ -2,19 +2,19 @@
|
|||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
pname = "s3cmd";
|
||||
version = "2.0.2";
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "s3tools";
|
||||
repo = "s3cmd";
|
||||
rev = "v${version}";
|
||||
sha256 = "0ninw830309cxga99gjnfghpkywf9kd6yz4wqsq85zni1dv39cdk";
|
||||
sha256 = "0p6mbgai7f0c12pkw4s7d649gj1f8hywj60pscxvj9jsna3iifhs";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python2Packages; [ python_magic dateutil ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://s3tools.org/;
|
||||
homepage = "http://s3tools.org/";
|
||||
description = "A command-line tool to manipulate Amazon S3 buckets";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.spwhitt ];
|
||||
|
|
Loading…
Reference in a new issue