From 8b8b6ddd128f4c3df5195fbfd516bc548d07be25 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 22 Aug 2026 13:44:43 +0000 Subject: [PATCH] python3Packages.uproot: 5.7.5 -> 5.7.6 Diff: https://github.com/scikit-hep/uproot5/compare/v5.7.5...v5.7.6 Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.7.6 --- pkgs/development/python-modules/uproot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix index d97a20ead2e4..ecf9ff1f1ffc 100644 --- a/pkgs/development/python-modules/uproot/default.nix +++ b/pkgs/development/python-modules/uproot/default.nix @@ -27,7 +27,7 @@ buildPythonPackage (finalAttrs: { pname = "uproot"; - version = "5.7.5"; + version = "5.7.6"; pyproject = true; __structuredAttrs = true; @@ -35,7 +35,7 @@ buildPythonPackage (finalAttrs: { owner = "scikit-hep"; repo = "uproot5"; tag = "v${finalAttrs.version}"; - hash = "sha256-McTYYA0A8P7Z7PxuTBg5upcOnMmBsfk64fHASMWegOs="; + hash = "sha256-9dUquO9B1WHPy8fjbaZVpdhY/2EtK+lxYp08tXuV3xY="; }; build-system = [