python3Packages.uproot: 4.1.9 -> 4.2.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:31 +01:00
parent 6866921331
commit c14fa6ef87

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "uproot";
version = "4.1.9";
version = "4.2.0";
# fetch from github for tests
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot4";
rev = version;
sha256 = "035gljxm18hvpfvc7nsd7lhawwq3np5sg1y86pzcxc680c6rj6lx";
sha256 = "sha256-ft2VXYGb+iPqRUrtOBvl7SgTPfPR4+IOdYFVTNbQAEw=";
};
propagatedBuildInputs = [