python312Packages.pyipv8: 2.13.0 -> 3.0.0

This commit is contained in:
R. Ryantm
2024-12-06 15:09:12 +00:00
parent e574201552
commit 7f7f18a16a
@@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "pyipv8";
version = "2.13.0";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-Qp5vqMa7kfSp22C5KAUvut+4YbSXMEZRsHsLevB4QvE=";
hash = "sha256-e8HoKKA1s93LbmvHs7gJqmCcuZZ9REenBwxKJFR6wjM=";
};
propagatedBuildInputs = [