bump versions of Seafile 7.1.1 components and adapt to python3

This commit is contained in:
Trolli Schmittlauch 2019-12-25 01:39:32 +01:00
parent 6b5ed21c12
commit dee32b0b70
2 changed files with 14 additions and 28 deletions

View file

@ -1,7 +1,7 @@
{stdenv, fetchFromGitHub, automake, autoconf, pkgconfig, libtool, python2Packages, glib, jansson}:
stdenv.mkDerivation rec {
version = "3.1.0";
version = "3.2.0";
name = "libsearpc-${version}";
src = fetchFromGitHub {