python3Packages.pyipv8: 3.1 -> 3.2

This commit is contained in:
R. Ryantm
2026-02-23 01:33:31 +00:00
parent 0352cd1d88
commit 7c329066fa
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pyipv8";
version = "3.1";
version = "3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tribler";
repo = "py-ipv8";
tag = version;
hash = "sha256-HamjKVuBPSicoP/GldO5kg2Eay50ti03wzeNaPAl0qI=";
hash = "sha256-lvkMWMwpKEbHcHZQ3rbG9MOS1/tufa/KphQT9iz5PcQ=";
};
build-system = [ setuptools ];