python3Packages.pyipv8: 3.0.0 -> 3.0.2197-unstable-2025-07-29

This commit is contained in:
Mohamed Laradji
2025-08-29 20:07:43 +02:00
committed by Maciej Krüger
parent d8f8b0d1b3
commit fc5ac6f3ae
@@ -2,6 +2,7 @@
lib,
fetchPypi,
buildPythonPackage,
fetchFromGitHub,
cryptography,
libnacl,
aiohttp,
@@ -16,12 +17,14 @@
buildPythonPackage rec {
pname = "pyipv8";
version = "3.0.0";
version = "3.0.2197-unstable-2025-07-29";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-e8HoKKA1s93LbmvHs7gJqmCcuZZ9REenBwxKJFR6wjM=";
src = fetchFromGitHub {
owner = "tribler";
repo = "py-ipv8";
rev = "db39b85f4c28880dee24d1b59d8eae8ca8b9c03d";
hash = "sha256-VIcBPzpK8Cdaz/dRp9QK/MtK41jm8rs/pxnLS716FNM=";
};
propagatedBuildInputs = [