python3Packages.xxhash: 3.5.0 -> 3.6.0

https://github.com/ifduyue/python-xxhash/blob/v3.6.0/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:51 +01:00
parent 437010528f
commit 3c8765674a
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "xxhash";
version = "3.5.0";
version = "3.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-hPLK3flRycv43C4iqJ1Mz12GORrGQY/oHjxn0M9gtF8=";
hash = "sha256-8BYqeLE6DXYXsoRbkMdjM50fHYK7BKSwf0q1NcxeBdY=";
};
nativeBuildInputs = [ setuptools ];