python37Packages.python-axolotl: 0.1.42 -> 0.2.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-python-axolotl/versions
This commit is contained in:
R. RyanTM 2019-05-12 12:41:57 -07:00
parent a80982b4c9
commit abbb737413

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-axolotl"; pname = "python-axolotl";
version = "0.1.42"; version = "0.2.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "ef78c2efabcd4c33741669334bdda04710a3ef0e00b653f00127acff6460a7f0"; sha256 = "1had4dq4n26c3hp62rbmhvs1dj3j3z2jhcbddnbsmqmiky8dqs39";
}; };
propagatedBuildInputs = [ cryptography python-axolotl-curve25519 protobuf ]; propagatedBuildInputs = [ cryptography python-axolotl-curve25519 protobuf ];