python3Packages.pyoxigraph: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2025-10-28 04:54:57 +00:00
parent a15a99b677
commit b787616962
@@ -12,19 +12,19 @@
buildPythonPackage rec {
pname = "pyoxigraph";
pyproject = true;
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "oxigraph";
repo = "oxigraph";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-58PGRQlDziVENgm7OKPAzXXi4BkOJqytGCxxIXB2smc=";
hash = "sha256-ptTrJbLGS7GkLGO40mbpdPkrcspaUE33kRZ8g9Qtb0o=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-GQ+7dyQ1LyYK8RYImsqVMEQvIC5pRQUVYYgO4FOShaE=";
hash = "sha256-AuUGra9ejPRKWWpXWLmcwGuZRKIuCYTdifpnwuuHnnQ=";
};
buildAndTestSubdir = "python";