python: uproot: 3.10.8 -> 3.10.10

This commit is contained in:
Frederik Rietdijk 2019-11-11 12:13:42 +01:00
parent 1552b22215
commit 9446eb46a4
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "uproot";
version = "3.10.8";
version = "3.10.10";
src = fetchPypi {
inherit pname version;
sha256 = "cf9b9a6824e82f2e45d44e2c9d8a230ce9f83972e74427543862fdff462fb121";
sha256 = "2c780472c5c328d2e34508db1da399038653142572fc3d0b5777b2311edabd83";
};
nativeBuildInputs = [ pytestrunner ];