python3Packages.siphash24: 1.7 -> 1.8 (#441666)

This commit is contained in:
dish
2025-09-10 10:40:04 -04:00
committed by GitHub
@@ -11,7 +11,7 @@
}:
buildPythonPackage rec {
version = "1.7";
version = "1.8";
pname = "siphash24";
pyproject = true;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "dnicolodi";
repo = "python-siphash24";
tag = "v${version}";
hash = "sha256-/7XrRD4e7jLTUY/8mBbJ4dSo5P6pj8GRpSreIOZpKp0=";
hash = "sha256-51LgmB30MDTBRoZttIESopWMdrozvLFwlxYELmqu5UQ=";
};
nativeBuildInputs = [ pkg-config ];