summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-05-02 17:38:55 +0200
committermakefu <github@syntax-fehler.de>2016-05-02 17:38:55 +0200
commit6a9a738f309d56cfc040f0215d276c7c415e9d55 (patch)
tree54199e103d41f9e72f7fb6b5909a1563db8d258d /krebs/5pkgs
parent2bb038c8115739c1ce4309b50c24e95f036fe4ff (diff)
k 5 repo-sync: 0.2.5 -> 0.2.6
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r--krebs/5pkgs/repo-sync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/repo-sync/default.nix b/krebs/5pkgs/repo-sync/default.nix
index 789c03f36..7cba87b09 100644
--- a/krebs/5pkgs/repo-sync/default.nix
+++ b/krebs/5pkgs/repo-sync/default.nix
@@ -2,7 +2,7 @@
with python3Packages; buildPythonPackage rec {
name = "repo-sync-${version}";
- version = "0.2.5";
+ version = "0.2.6";
disabled = isPy26 || isPy27;
propagatedBuildInputs = [
docopt
@@ -11,7 +11,7 @@ with python3Packages; buildPythonPackage rec {
];
src = fetchurl {
url = "https://pypi.python.org/packages/source/r/repo-sync/repo-sync-${version}.tar.gz";
- sha256 = "1a59bj0vc5ajq8indkvkdk022yzvvv5mjb57hk3xf1j3wpr85p84";
+ sha256 = "1hqa9qw9qg7mxgniqzys9szycs05llg4yik8a9wz94a437zzarsk";
};
meta = {
homepage = http://github.com/makefu/repo-sync;