Merge pull request #69932 from r-ryantm/auto-update/python3.7-xxhash

python37Packages.xxhash: 1.3.0 -> 1.4.1
This commit is contained in:
Renaud 2019-10-13 14:57:57 +02:00 committed by GitHub
commit 1c40ee6fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@
}:
buildPythonPackage rec {
version = "1.3.0";
version = "1.4.1";
pname = "xxhash";
src = fetchPypi {
inherit pname version;
sha256 = "1rhrqrlq4n3vgqd1fv1dcc5ga5dzy9qbd40p8rsqqhh5klxg48gy";
sha256 = "1wgx83lpf8rq95784afj5y9jfcrs1mf6k3pjfyp4a9zigz1zhnkb";
};
meta = with stdenv.lib; {