From bf476a1d006a0cd2b4117b1f22a7f785644cd51a Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 7 Nov 2024 23:45:07 +0100 Subject: [PATCH] python312Packages.uproot: 5.4.1 -> 5.5.0 Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.4.1...v5.5.0 Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.5.0 --- pkgs/development/python-modules/uproot/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix index 4242814caafe..2fea117b29aa 100644 --- a/pkgs/development/python-modules/uproot/default.nix +++ b/pkgs/development/python-modules/uproot/default.nix @@ -15,6 +15,7 @@ packaging, # checks + awkward-pandas, pandas, pytestCheckHook, pytest-timeout, @@ -25,14 +26,14 @@ buildPythonPackage rec { pname = "uproot"; - version = "5.4.1"; + version = "5.5.0"; pyproject = true; src = fetchFromGitHub { owner = "scikit-hep"; repo = "uproot5"; rev = "refs/tags/v${version}"; - hash = "sha256-MWqkEbw6hdNaXrRLWoxUcppT+X9a+DmEhho9GpG29XM="; + hash = "sha256-letdC246I9LDqEnLCOTz51cBnQGbkrsR/i7UN6EMcDA="; }; build-system = [ @@ -50,6 +51,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ + awkward-pandas pandas pytestCheckHook pytest-timeout