From 699f9ea63da7d78b0e8916e40dd6c80e51f2b282 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 26 Jun 2026 07:07:13 +0000 Subject: [PATCH] python3Packages.bittensor-drand: 1.3.0 -> 2.0.0 --- pkgs/development/python-modules/bittensor-drand/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/bittensor-drand/default.nix b/pkgs/development/python-modules/bittensor-drand/default.nix index c875e79df9dd..31423cd98558 100644 --- a/pkgs/development/python-modules/bittensor-drand/default.nix +++ b/pkgs/development/python-modules/bittensor-drand/default.nix @@ -8,7 +8,7 @@ buildPythonPackage (finalAttrs: { pname = "bittensor-drand"; - version = "1.3.0"; + version = "2.0.0"; pyproject = true; __structuredAttrs = true; @@ -17,12 +17,12 @@ buildPythonPackage (finalAttrs: { owner = "latent-to"; repo = "bittensor-drand"; tag = "v${finalAttrs.version}"; - hash = "sha256-0GizpmKGWbDjWCIAF1kPdz2sjn8B/e0qSIHmDqlDzZc="; + hash = "sha256-c1dAbHlVpQ9+x8ASmOO3zAwJLvyJBTzti1qEOfoKzxg="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; - hash = "sha256-JasDf3qXzB6ddp1NjC+xtozsggwyk2nQbRw/Lbt02Kg="; + hash = "sha256-XpAuoJfBpXNgI3MeMXuMOi9l91oJDb0qfbQ1acflM9s="; }; nativeBuildInputs = with rustPlatform; [