python310Packages.uproot: 5.0.3 -> 5.0.7

This commit is contained in:
R. Ryantm 2023-05-17 20:13:06 +00:00 committed by Dmitry Kalinkin
parent 2597afa874
commit 50c75a5826

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "uproot";
version = "5.0.3";
version = "5.0.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "uproot5";
rev = "refs/tags/v${version}";
hash = "sha256-5XR92e3rQJbKojfQX+MjaF4SCKvV1xBu7hezaFrtJwc=";
hash = "sha256-Ql5Hk2Cd/TB9k7CVrffV5vi70wps+y9SE10Sb2NMaeg=";
};
nativeBuildInputs = [