python.pkgs.python-axolotl: 0.1.35 -> 0.1.39

This commit is contained in:
Nikolay Amiantov 2017-07-27 15:57:28 +03:00
parent bc52bf2cfe
commit a91cb71a83

View file

@ -8201,11 +8201,11 @@ in {
python-axolotl = buildPythonPackage rec {
name = "python-axolotl-${version}";
version = "0.1.35";
version = "0.1.39";
src = pkgs.fetchurl {
url = "mirror://pypi/p/python-axolotl/${name}.tar.gz";
sha256 = "0ch2d5wqfgxy22dkbxwzilq91wkqy9ficrjy39qhal8g8rdc4jr0";
sha256 = "09bf5gfip9x2wr0ij43p39ac6z2iqzn7kgpi2jjbwpnhs0vwkycs";
};
propagatedBuildInputs = with self; [ python-axolotl-curve25519 protobuf3_0 pycrypto ];
@ -8231,7 +8231,7 @@ in {
};
meta = {
homepage = "https://github.com/tgalal/python-axolotl";
homepage = "https://github.com/tgalal/python-axolotl-curve25519";
description = "Curve25519 with ed25519 signatures";
maintainers = with maintainers; [ abbradar ];
license = licenses.gpl3;