python3Packages.uproot: 3.12.0 -> 3.13.1

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:04:45 +01:00
parent 58f05907ca
commit 635abd7784
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "uproot"; pname = "uproot";
version = "3.12.0"; version = "3.13.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1603140896b9d3495cedeee2b872e97759085777c1299317072ad3f415211abc"; sha256 = "099b0b274dc000faf724df835579c76306e60200a5ba7b600a0c4b76dabbf344";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytestrunner ];