From 74978da3b6d91ae6f03aea7480dcb8d61f4ca760 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 19 May 2025 00:49:19 +0200 Subject: [PATCH] python312Packages.uproot: 5.6.1 -> 5.6.2 Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.6.1...refs/tags/v5.6.2 Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.6.2 --- 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 008c4a08ba78..30ab7b708ac8 100644 --- a/pkgs/development/python-modules/uproot/default.nix +++ b/pkgs/development/python-modules/uproot/default.nix @@ -27,14 +27,14 @@ buildPythonPackage rec { pname = "uproot"; - version = "5.6.1"; + version = "5.6.2"; pyproject = true; src = fetchFromGitHub { owner = "scikit-hep"; repo = "uproot5"; tag = "v${version}"; - hash = "sha256-45u6Jky5NRrRVCEazte1gzAZfmFR9B/AYR2DHK85Rz0="; + hash = "sha256-vCrXHnyvn7G9utfQzg2X81iNs8dnMip6e3Ex/2ZDtk0="; }; build-system = [