python3Packages.siphashc: 2.5 -> 2.6 (#450652)

This commit is contained in:
Kerstin
2025-10-10 12:50:47 +00:00
committed by GitHub
@@ -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 ];