From 43c60d6c7c0863c580c22566bb320a4806920f65 Mon Sep 17 00:00:00 2001 From: Lancelot SIX Date: Mon, 4 Apr 2016 14:15:58 +0200 Subject: [PATCH] pythonPackages.syncserver: 1.5.0 -> 1.5.2 --- pkgs/top-level/python-packages.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 0e1dc705868..bf5a857ca6a 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -24826,18 +24826,18 @@ in modules // { syncserver = buildPythonPackage rec { name = "syncserver-${version}"; - version = "1.5.0"; + version = "1.5.2"; disabled = ! isPy27; src = pkgs.fetchgit { url = https://github.com/mozilla-services/syncserver.git; rev = "refs/tags/${version}"; - sha256 = "1xljylycxg7351hmqh7aa6fvvsjg06zvd4r7hcjqyd0k0sxvk7y6"; + sha256 = "002if8wk3bhz70zycggvp5qfvr1n2c6i27wnzj317wlkkjmcknx7"; }; buildInputs = with self; [ unittest2 ]; propagatedBuildInputs = with self; [ - cornice gunicorn pyramid requests simplejson sqlalchemy9 mozsvc tokenserver + cornice gunicorn pyramid requests simplejson sqlalchemy mozsvc tokenserver serversyncstorage configparser ];