python312Packages.uproot: 5.3.12 -> 5.4.0

This commit is contained in:
R. Ryantm
2024-09-21 02:53:00 +00:00
parent aff1070844
commit a07e8dc663
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "uproot";
version = "5.3.12";
version = "5.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "uproot5";
rev = "refs/tags/v${version}";
hash = "sha256-ozrC/I6CNHE/7S0ioL+ED9Vk6q0v3i4lNxv7ipvProk=";
hash = "sha256-iCyGG4y7cnJqHEaqpzFc/LjWiLZw3HArU5hDtEyLgFo=";
};
build-system = [