3
0
Fork 0
forked from mirrors/nixpkgs

python36Packages.uproot: 3.2.6 -> 3.2.12

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/versions
This commit is contained in:
R. RyanTM 2018-11-18 03:48:12 -08:00
parent d208fa53eb
commit 4b7a7d9c32

View file

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "uproot";
version = "3.2.6";
version = "3.2.12";
src = fetchPypi {
inherit pname version;
sha256 = "af0a093f0788b8983d07b88fac3094b26c3e28358bc10cdb8d757cc07956f8d4";
sha256 = "0jxsv0038glxz87skjxr58fafwyqilivkrygpvk4nkp866i5kz2k";
};
buildInputs = [ pytestrunner ];