python3Packages.siphashc: 2.5 -> 2.6

This commit is contained in:
R. Ryantm
2025-10-10 11:01:50 +00:00
parent daebeba791
commit 5d5142d5b5
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "siphashc";
version = "2.5";
version = "2.6";
pyproject = true;
build-system = [ setuptools ];
src = fetchPypi {
inherit pname version;
sha256 = "sha256-o7zGnOM96+C0I98iSYzua2MB8TP1okdw/m9O9I2DK00=";
sha256 = "sha256-eBXoSfUx1hiAThgeq7fhTDnShrfVMFpnODk4dNbigoE=";
};
nativeCheckInputs = [ pytestCheckHook ];