Merge pull request #190622 from r-ryantm/auto-update/python310Packages.uproot

python310Packages.uproot: 4.3.3 -> 4.3.5
This commit is contained in:
Robert Scott 2022-09-10 13:26:05 +01:00 committed by GitHub
commit 69404ce5c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "uproot";
version = "4.3.3";
version = "4.3.5";
# fetch from github for tests
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot4";
rev = "refs/tags/${version}";
sha256 = "sha256-7wc5KmnjCA90zOaq3qi5V1vvXi4tPwor8tK20i9WrTY=";
rev = "refs/tags/v${version}";
sha256 = "sha256-oAL4FjrNNm7xCQq275pnY/UjfAxRWgLgYBS/lCq+uwE=";
};
propagatedBuildInputs = [