Merge pull request #77192 from r-ryantm/auto-update/python2.7-awkward

python27Packages.awkward: 0.12.18 -> 0.12.19
This commit is contained in:
Mario Rodas 2020-01-08 05:56:06 -05:00 committed by GitHub
commit d1dbdf0bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "awkward";
version = "0.12.18";
version = "0.12.19";
src = fetchPypi {
inherit pname version;
sha256 = "9b3df4f2be92ac7d16709f15769c97591f25f0442061f1a4cc8715feb268e45c";
sha256 = "1s729a8205jzg7pfw8xgmi850x03p9nw8c6a602f5bnmhha96h45";
};
nativeBuildInputs = [ pytestrunner ];