syncserver: 1.5.2 -> 1.6.0
This commit is contained in:
parent
6f58503c1f
commit
757ec05d3b
1 changed files with 2 additions and 2 deletions
|
@ -20133,13 +20133,13 @@ EOF
|
|||
|
||||
syncserver = buildPythonPackage rec {
|
||||
name = "syncserver-${version}";
|
||||
version = "1.5.2";
|
||||
version = "1.6.0";
|
||||
disabled = ! isPy27;
|
||||
|
||||
src = pkgs.fetchgit {
|
||||
url = https://github.com/mozilla-services/syncserver.git;
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "1pk4rvwvsd1vxbpzg39hxqi8pi9v6b4s6m0mqbpg88s6s7i6ks3m";
|
||||
sha256 = "1fsiwihgq3z5b5kmssxxil5g2abfvsf6wfikzyvi4sy8hnym77mb";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ unittest2 ];
|
||||
|
|
Loading…
Reference in a new issue