python3Packages.uproot: 4.1.5 -> 4.1.9

This commit is contained in:
Jonathan Ringer 2022-01-13 16:59:07 -08:00 committed by Martin Weinelt
parent 687f0cd219
commit 130bf40f0b

View file

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