From 55f7df93672031f73ee22b1ea6d503ce985e23fb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 20 Nov 2025 23:53:16 +0000 Subject: [PATCH] python3Packages.cocotb: 2.0.0 -> 2.0.1 --- pkgs/development/python-modules/cocotb/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cocotb/default.nix b/pkgs/development/python-modules/cocotb/default.nix index 8df2b0f42f91..f69e6f81827c 100644 --- a/pkgs/development/python-modules/cocotb/default.nix +++ b/pkgs/development/python-modules/cocotb/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "cocotb"; - version = "2.0.0"; + version = "2.0.1"; format = "setuptools"; # pypi source doesn't include tests @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "cocotb"; repo = "cocotb"; tag = "v${version}"; - hash = "sha256-BpshczKA83ZeytGDrHEg6IAbI5FxciAUnzwE10hgPC0="; + hash = "sha256-LXQNqFlvP+WBaDGWPs5+BXBtW2dhDu+v+7lR/AMG21M="; }; nativeBuildInputs = [ setuptools-scm ];