aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/uproot/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:45 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:21 +0100
commit635abd7784e5b11f40a139cdc098e814bb8994d0 (patch)
tree9c6c38b382d4fcb45437f26e9699146b2d9c34b8 /pkgs/development/python-modules/uproot/default.nix
parent58f05907ca5dcfa497f69e91659a316ec7f1f674 (diff)
python3Packages.uproot: 3.12.0 -> 3.13.1
Diffstat (limited to 'pkgs/development/python-modules/uproot/default.nix')
-rw-r--r--pkgs/development/python-modules/uproot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix
index 81b6f276289c..eadd6c36de1a 100644
--- a/pkgs/development/python-modules/uproot/default.nix
+++ b/pkgs/development/python-modules/uproot/default.nix
@@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "uproot";
- version = "3.12.0";
+ version = "3.13.1";
src = fetchPypi {
inherit pname version;
- sha256 = "1603140896b9d3495cedeee2b872e97759085777c1299317072ad3f415211abc";
+ sha256 = "099b0b274dc000faf724df835579c76306e60200a5ba7b600a0c4b76dabbf344";
};
nativeBuildInputs = [ pytestrunner ];