python27Packages.uproot: 3.11.2 -> 3.11.3
This commit is contained in:
parent
e04fab644f
commit
7703cc22fe
@ -16,11 +16,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uproot";
|
pname = "uproot";
|
||||||
version = "3.11.2";
|
version = "3.11.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1bn8z640408s4h04ymy0y79fm5ss2mx99mkgdbw68a80x0p6982h";
|
sha256 = "19rvkxv015lkx0g01sb54y6agdbqbmkpxlyka4z1zf9dx2lx1iq5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pytestrunner ];
|
nativeBuildInputs = [ pytestrunner ];
|
||||||
@ -51,7 +51,7 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
description = "ROOT I/O in pure Python and Numpy";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ ktf ];
|
maintainers = with maintainers; [ ktf ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user