From 8e0b2cf57702ec9d99105c5c38abcfbe00c94c91 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 31 Aug 2025 12:39:46 +0000 Subject: [PATCH] python3Packages.ipv8-rust-tunnels: 0.1.33 -> 0.1.34 --- .../python-modules/ipv8-rust-tunnels/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ipv8-rust-tunnels/default.nix b/pkgs/development/python-modules/ipv8-rust-tunnels/default.nix index 657d58c7cc4d..78e0d729842a 100644 --- a/pkgs/development/python-modules/ipv8-rust-tunnels/default.nix +++ b/pkgs/development/python-modules/ipv8-rust-tunnels/default.nix @@ -7,18 +7,18 @@ buildPythonPackage rec { pname = "ipv8-rust-tunnels"; - version = "0.1.33"; + version = "0.1.34"; pyproject = true; src = fetchPypi { inherit version; pname = "ipv8_rust_tunnels"; - hash = "sha256-LwQL/u+h6mwCo207OxSk9YKxuLuxXQhh07rSWrNFh7w="; + hash = "sha256-YXIfAXwcbWGq/CSMrTslpbkmj8AryzsinWK8kAWF90k="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-NwYLez9NFgS0GBXrcNrKJKV+s4HIHM8jHXfmkgya03M="; + hash = "sha256-C2LLiEpD0Gk39XSuwqQJ/l2olFL2HSktdZCJp5WG0pk="; }; nativeBuildInputs = with rustPlatform; [