pythonPackages.python-axolotl: 0.1.7 -> 0.1.35

This commit is contained in:
Nikolay Amiantov 2016-11-23 18:09:15 +03:00
parent 1ff70e9f41
commit 3d29ffe3e6

View File

@ -8670,17 +8670,17 @@ in {
python-axolotl = buildPythonPackage rec { python-axolotl = buildPythonPackage rec {
name = "python-axolotl-${version}"; name = "python-axolotl-${version}";
version = "0.1.7"; version = "0.1.35";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://pypi/p/python-axolotl/${name}.tar.gz"; url = "mirror://pypi/p/python-axolotl/${name}.tar.gz";
sha256 = "1i3id1mjl67n4sca31s5zwq96kswgsi6lga6np83ayb45rxggvhx"; sha256 = "0ch2d5wqfgxy22dkbxwzilq91wkqy9ficrjy39qhal8g8rdc4jr0";
}; };
propagatedBuildInputs = with self; [ python-axolotl-curve25519 protobuf pycrypto ]; propagatedBuildInputs = with self; [ python-axolotl-curve25519 protobuf3_0 pycrypto ];
meta = { meta = {
homepage = https://github.com/tgalal/python-axolotl; homepage = "https://github.com/tgalal/python-axolotl";
description = "Python port of libaxolotl-android"; description = "Python port of libaxolotl-android";
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
license = licenses.gpl3; license = licenses.gpl3;