python37Packages.ed25519: 1.4 -> 1.5

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-ed25519/versions
This commit is contained in:
R. RyanTM 2019-10-08 00:15:35 -07:00
parent 3dc58eda52
commit 0192972ab0

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "ed25519";
version = "1.4";
version = "1.5";
src = fetchPypi {
inherit pname version;
sha256 = "0ahx1nkxa0xis3cw0h5c4fpgv8mq4znkq7kajly33lc3317bk499";
sha256 = "0n1k83ww0pr4q6z0h7p8hvy21hcgb96jvgllfbwhvvyf37h3w182";
};
meta = with stdenv.lib; {