pythonPackages.uproot3: 3.14.1 -> 3.14.2

This commit is contained in:
Sandro Jäckel 2021-01-10 11:04:55 +01:00
parent c212d62069
commit 37d559a2dc
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "uproot3";
version = "3.14.1";
version = "3.14.2";
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot3";
rev = version;
sha256 = "1npwh4l96wg3m24jhfc8i84nfwfc18flrmymf80fx101wmpi2qz8";
sha256 = "sha256-6/e+qMgwyFUo8MRRTAaGp9WLPxE2fqMEK4paq26Epzc=";
};
nativeBuildInputs = [ pytestrunner ];