python27Packages.uproot: 3.11.2 -> 3.11.3

This commit is contained in:
R. RyanTM 2020-03-03 11:06:34 +00:00 committed by Frederik Rietdijk
parent e04fab644f
commit 7703cc22fe

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "uproot";
version = "3.11.2";
version = "3.11.3";
src = fetchPypi {
inherit pname version;
sha256 = "1bn8z640408s4h04ymy0y79fm5ss2mx99mkgdbw68a80x0p6982h";
sha256 = "19rvkxv015lkx0g01sb54y6agdbqbmkpxlyka4z1zf9dx2lx1iq5";
};
nativeBuildInputs = [ pytestrunner ];
@ -51,7 +51,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
homepage = https://github.com/scikit-hep/uproot;
homepage = "https://github.com/scikit-hep/uproot";
description = "ROOT I/O in pure Python and Numpy";
license = licenses.bsd3;
maintainers = with maintainers; [ ktf ];