python3Packages.qh3: 1.7.3 -> 1.7.4

Diff: https://github.com/jawah/qh3/compare/v1.7.3...v1.7.4

Changelog: https://github.com/jawah/qh3/blob/v1.7.4/CHANGELOG.rst
This commit is contained in:
Robert Schütz
2026-04-28 09:40:42 -07:00
parent e7e5c0041f
commit 42c1c97f91
@@ -14,19 +14,19 @@
buildPythonPackage rec {
pname = "qh3";
version = "1.7.3";
version = "1.7.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "qh3";
tag = "v${version}";
hash = "sha256-wi2PYd74kOU2tol7pVgpMqbL3peGhXyKKEke6+CBIwU=";
hash = "sha256-zZQyKQK/zJ58XnCgxk/SvexBF1Z+GBtvulhuhUiIago=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-sv5DFeapeH00CBssQcRZ7SI3JlyUuKo7gIRVjN/kA+Q=";
hash = "sha256-2HwwyHex1SE34dUGtooOf5LCkhkVhLpsoEHBFvLUkLM=";
};
nativeBuildInputs = [