1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

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 {
pname = "python-axolotl";
version = "0.1.42";
version = "0.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "ef78c2efabcd4c33741669334bdda04710a3ef0e00b653f00127acff6460a7f0";
sha256 = "1had4dq4n26c3hp62rbmhvs1dj3j3z2jhcbddnbsmqmiky8dqs39";
};
propagatedBuildInputs = [ cryptography python-axolotl-curve25519 protobuf ];