Unverified Commit 9768c48e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pyoxigraph: 0.5.1 -> 0.5.2 (#456374)

parents c004e41d b7876169
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";