Merge pull request #139506 from r-ryantm/auto-update/python38Packages.fe25519

python38Packages.fe25519: 0.2.0 -> 0.3.0
This commit is contained in:
Fabian Affolter 2021-09-26 10:01:16 +02:00 committed by GitHub
commit c2c7a52221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "fe25519";
version = "0.2.0";
version = "0.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "1m85qvw9dwxk81mv9k45c9n75pk8wqn70qkinqh56h5zv56vgq24";
sha256 = "8819659f19b51713199a75fda5107c93fbb6e2cb4afef3164ce7932b5eb276b9";
};
propagatedBuildInputs = [