Unverified Commit d23fbaef authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.sphinx-last-updated-by-git: 0.3.8 -> 0.3.8-unstable-2026-03-22 (#504645)

parents 5ec3a4d4 43cbe385
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@
}:
buildPythonPackage (finalAttrs: {
  pname = "sphinx-last-updated-by-git";
  version = "0.3.8";
  version = "0.3.8-unstable-2026-03-22";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mgeier";
    repo = "sphinx-last-updated-by-git";
    rev = "07ac1a98af2a927e773a65c6524ce83067c977b8";
    hash = "sha256-2TGFR11Ejh/9zpVC/TEdmMNaBt38wE5yeJeYixZSVUE=";
    rev = "8d4eef2561996319e6f785b4faa914a1e6545476";
    hash = "sha256-30pZiqWs6Da+O8j08EIHrUoiJfJUPT6FdDiPBjmvRL8=";
    fetchSubmodules = true;
    leaveDotGit = true;
  };