python36Packages.uproot-methods: 0.2.6 -> 0.2.7
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.6-uproot-methods/versions
This commit is contained in:
parent
d208fa53eb
commit
360c46583e
@ -6,12 +6,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.2.6";
|
version = "0.2.7";
|
||||||
pname = "uproot-methods";
|
pname = "uproot-methods";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1z8gganf8p68z586zzx440dpkar3djdbc4f7670bkriyix0z6lxn";
|
sha256 = "0c9g7scq5nga6r2gn4j24xfs5rssn6z6aj4bhpk5ayzz8hhpss6w";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy awkward ];
|
propagatedBuildInputs = [ numpy awkward ];
|
||||||
|
Loading…
Reference in New Issue
Block a user