python3Packages.uproot: 4.0.8 -> 4.1.1

This commit is contained in:
Dmitry Kalinkin 2021-09-01 04:52:18 -04:00
parent 5da845a7e0
commit 5f16358e01
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

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