From bad5ef5cbda07b7a56dd061d0f904e8564d67c92 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 30 Jul 2025 23:18:43 +0200 Subject: [PATCH] python3Packages.uproot: 5.6.3 -> 5.6.4 Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.6.3...refs/tags/v5.6.4 Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.6.4 --- 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 b182e99bb5fd..497167201a1c 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.3"; + version = "5.6.4"; pyproject = true; src = fetchFromGitHub { owner = "scikit-hep"; repo = "uproot5"; tag = "v${version}"; - hash = "sha256-B23LLc0GI1eeKn8eZLaDqeNHMQfvv52hSdgX/wv5OaE="; + hash = "sha256-2F2uatdrZd5p6baYuGj24EmUv045Jk3Pp76Zv6eH5yg="; }; build-system = [