python3Packages.pyoxigraph: 0.4.11 -> 0.5.0 (#444596)

This commit is contained in:
Yohann Boniface
2025-10-09 23:15:47 +00:00
committed by GitHub
@@ -12,19 +12,19 @@
buildPythonPackage rec {
pname = "pyoxigraph";
pyproject = true;
version = "0.4.11";
version = "0.5.0";
src = fetchFromGitHub {
owner = "oxigraph";
repo = "oxigraph";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-M5C+SNZYXKfcosnRe9a+Zicyjuo6wli2uWv/SJxufJc=";
hash = "sha256-Q/wMRDTlz7xH59Mc+G+DOH0GYzE3KYPFvBZtVYVOeQI=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-TgeHmCMwXK+OlTGIyzus/N+MY29lgK+JuzUBwVFbpsI=";
hash = "sha256-qk4NloQU0am8yqoViXZy9TmGvQ6RJt3otzaVugoF4mc=";
};
buildAndTestSubdir = "python";