python37Packages.uproot-methods: 0.4.3 -> 0.4.4 (#58850)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-uproot-methods/versions
This commit is contained in:
R. RyanTM 2019-04-09 09:56:10 -07:00 committed by xeji
parent ea0a32902b
commit 4f186d2719

View File

@ -6,12 +6,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.4.3"; version = "0.4.4";
pname = "uproot-methods"; pname = "uproot-methods";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "f90d91a613a875ebdf214f0f6f3fd0f8beea9125fc35e54f334d6104fe47c87d"; sha256 = "004q7lywhhdvsmds88cfpjvkj89nf8n9d4gyrbvvj3x0gw7iiljq";
}; };
propagatedBuildInputs = [ numpy awkward ]; propagatedBuildInputs = [ numpy awkward ];