3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #67095 from r-ryantm/auto-update/python3.7-uproot

python37Packages.uproot: 3.7.0 -> 3.8.0
This commit is contained in:
Marek Mahut 2019-08-20 20:48:31 +02:00 committed by GitHub
commit 708480fb5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "uproot";
version = "3.7.0";
version = "3.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "0glsl57ha0d4pn5q318dmzml7crml1h8yilbhxh768wcs2030s1g";
sha256 = "06s0lym5md59pj8w89acnwk0i0hh92az187h4gz22mb849h308pw";
};
nativeBuildInputs = [ pytestrunner ];