From 97ca4edda71347adcf510d28acf736d6588f3de2 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 4 May 2026 22:57:26 +0000 Subject: [PATCH] python3Packages.uproot: 5.7.3 -> 5.7.4 Diff: https://github.com/scikit-hep/uproot5/compare/v5.7.3...v5.7.4 Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.7.4 --- pkgs/development/python-modules/uproot/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix index a7f7a2eb87e9..7010c5630142 100644 --- a/pkgs/development/python-modules/uproot/default.nix +++ b/pkgs/development/python-modules/uproot/default.nix @@ -27,14 +27,15 @@ buildPythonPackage (finalAttrs: { pname = "uproot"; - version = "5.7.3"; + version = "5.7.4"; pyproject = true; + __structuredAttrs = true; src = fetchFromGitHub { owner = "scikit-hep"; repo = "uproot5"; tag = "v${finalAttrs.version}"; - hash = "sha256-16+AIHjGN/XbpyXLYATLzzBxl7kN9/XNyV5uz4LIZ2k="; + hash = "sha256-OUvU54mgQl8SjgxwGHXr5/w+X9hbTL3vzflsP7UlxlA="; }; build-system = [