python3Packages.qh3: 1.9.3 -> 1.9.4
Diff: https://github.com/jawah/qh3/compare/v1.9.3...v1.9.4 Changelog: https://github.com/jawah/qh3/blob/v1.9.4/CHANGELOG.rst
This commit is contained in:
@@ -14,19 +14,19 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "qh3";
|
||||
version = "1.9.3";
|
||||
version = "1.9.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jawah";
|
||||
repo = "qh3";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-m77m+uw6tntW+YEo0+hKZx8EePNcoivBZC84X7RDu5o=";
|
||||
hash = "sha256-Mu9wvwHHn5wZfE+TdMu/nr2B7+WbFhFHDoItDs6rRPM=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "sha256-mQ7kRXi5dqSJ1D58rZivKVO6j3SC+9GkDZkErU21cQc=";
|
||||
hash = "sha256-bwdaM+DdXm5YpzVlyYdDqnR+QQ0dY199DYN2g33RvCs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user