python3Packages.uproot: 4.1.1 -> 4.1.5

This commit is contained in:
Dmitry Kalinkin 2021-10-24 22:33:17 -04:00 committed by Jonathan Ringer
parent 33afbbd4af
commit 118fc1254a

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "uproot";
version = "4.1.1";
version = "4.1.5";
# fetch from github for tests
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot4";
rev = version;
sha256 = "sha256-qh/rtZDE6L1IQJjzE+ns0eSG1BKbES7s3A/35hc+tXg=";
sha256 = "sha256-zsmAdqoWvFhRRRw4fdbRhhKkDV5oP/eYsfpA0AVqAnI=";
};
propagatedBuildInputs = [