k 5 repo-sync: 0.1.1 -> 0.2.0

This commit is contained in:
makefu 2016-02-12 02:11:56 +01:00
parent e8a0058f8c
commit ecb0d3dd6e

View File

@ -1,7 +1,7 @@
{ lib, pkgs, python3Packages, fetchurl, ... }:
with python3Packages; buildPythonPackage rec {
name = "repo-sync-${version}";
version = "0.1.1";
version = "0.2.0";
disabled = isPy26 || isPy27;
propagatedBuildInputs = [
docopt
@ -9,7 +9,7 @@ with python3Packages; buildPythonPackage rec {
];
src = fetchurl {
url = "https://pypi.python.org/packages/source/r/repo-sync/repo-sync-${version}.tar.gz";
sha256 = "01r30l2bbsld90ps13ip0zi2a41b53dv4q6fxrzvkfrprr64c0vv";
sha256 = "161ssq4138c327p5d68vy91psldal7vp61vk3xdqkhpzd2nz5ag5";
};
meta = {
homepage = http://github.com/makefu/repo-sync;