python310Packages.uproot: 5.0.9 -> 5.0.10

This commit is contained in:
R. Ryantm 2023-07-10 04:51:42 +00:00 committed by Dmitry Kalinkin
parent 876247c5f4
commit c86eb69b63

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "uproot";
version = "5.0.9";
version = "5.0.10";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "uproot5";
rev = "refs/tags/v${version}";
hash = "sha256-7TCwVqSwgjM01FE3KMXBbvOKbLsk6xWNxQA46B45RFw=";
hash = "sha256-xLyb0isWQro6RlIT7a4IBkB+m0/fF55CRLrYgi5WLrM=";
};
nativeBuildInputs = [