k 5 repo-sync: 0.2.5 -> 0.2.6
This commit is contained in:
parent
2bb038c811
commit
6a9a738f30
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
with python3Packages; buildPythonPackage rec {
|
with python3Packages; buildPythonPackage rec {
|
||||||
name = "repo-sync-${version}";
|
name = "repo-sync-${version}";
|
||||||
version = "0.2.5";
|
version = "0.2.6";
|
||||||
disabled = isPy26 || isPy27;
|
disabled = isPy26 || isPy27;
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
docopt
|
docopt
|
||||||
@ -11,7 +11,7 @@ with python3Packages; buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/r/repo-sync/repo-sync-${version}.tar.gz";
|
url = "https://pypi.python.org/packages/source/r/repo-sync/repo-sync-${version}.tar.gz";
|
||||||
sha256 = "1a59bj0vc5ajq8indkvkdk022yzvvv5mjb57hk3xf1j3wpr85p84";
|
sha256 = "1hqa9qw9qg7mxgniqzys9szycs05llg4yik8a9wz94a437zzarsk";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://github.com/makefu/repo-sync;
|
homepage = http://github.com/makefu/repo-sync;
|
||||||
|
Loading…
Reference in New Issue
Block a user