From a5f79dcdaea9daf31d3211948230d4f0ca54896b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 29 Oct 2025 21:17:25 +0000 Subject: [PATCH] python3Packages.uproot: 5.6.7 -> 5.6.8 Diff: https://github.com/scikit-hep/uproot5/compare/v5.6.7...v5.6.8 Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.6.8 --- 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 5e82a42a06c1..a00d974ce26a 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.7"; + version = "5.6.8"; pyproject = true; src = fetchFromGitHub { owner = "scikit-hep"; repo = "uproot5"; tag = "v${version}"; - hash = "sha256-4ClZ5XK5W9fseskYlfBmxO65OdfhJsV6Iaime7tGnOk="; + hash = "sha256-Kk8Paa6vx364BBfzfxh8f3muevwNg0I7n5CszjiWUo0="; }; build-system = [