mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +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 {
|
python2Packages.buildPythonApplication rec {
|
||||||
pname = "s3cmd";
|
pname = "s3cmd";
|
||||||
version = "2.0.2";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "s3tools";
|
owner = "s3tools";
|
||||||
repo = "s3cmd";
|
repo = "s3cmd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ninw830309cxga99gjnfghpkywf9kd6yz4wqsq85zni1dv39cdk";
|
sha256 = "0p6mbgai7f0c12pkw4s7d649gj1f8hywj60pscxvj9jsna3iifhs";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [ python_magic dateutil ];
|
propagatedBuildInputs = with python2Packages; [ python_magic dateutil ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://s3tools.org/;
|
homepage = "http://s3tools.org/";
|
||||||
description = "A command-line tool to manipulate Amazon S3 buckets";
|
description = "A command-line tool to manipulate Amazon S3 buckets";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.spwhitt ];
|
maintainers = [ maintainers.spwhitt ];
|
||||||
|
|
Loading…
Reference in a new issue