python37Packages.xxhash: 1.3.0 -> 1.4.1

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.7-xxhash/versions
This commit is contained in:
R. RyanTM 2019-09-28 17:13:29 -07:00
parent c455adcc42
commit 6d37f07301

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; {