python310Packages.uproot: 4.3.5 -> 4.3.6

This commit is contained in:
R. Ryantm
2022-10-06 08:28:31 +00:00
parent d796e61ffd
commit 274d2053ed
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "uproot";
version = "4.3.5";
version = "4.3.6";
# fetch from github for tests
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot4";
rev = "refs/tags/v${version}";
sha256 = "sha256-oAL4FjrNNm7xCQq275pnY/UjfAxRWgLgYBS/lCq+uwE=";
sha256 = "sha256-Te4D2tHVD5fD8DH2njjQMGnTUvLQdcGBzApklnGn6g8=";
};
propagatedBuildInputs = [