python27Packages.uproot-methods: 0.7.2 -> 0.7.3

This commit is contained in:
R. RyanTM 2020-02-09 19:48:37 +00:00 committed by Jon
parent 0ea17a0e88
commit aea58b37e9
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.7.2"; version = "0.7.3";
pname = "uproot-methods"; pname = "uproot-methods";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "4382983e4e6c5e1aeb3013d04334907f87f62b0d7c19a29968e5a0aac1653ae1"; sha256 = "01x7raa2l75g96y6fsi6h2fjpjm0swlnw0j9vn8mlahridycrjss";
}; };
propagatedBuildInputs = [ numpy awkward ]; propagatedBuildInputs = [ numpy awkward ];