From 43cbe385f2a63969621030460d955011cc1adf31 Mon Sep 17 00:00:00 2001 From: phanirithvij Date: Sun, 29 Mar 2026 13:45:31 +0530 Subject: [PATCH] python3Packages.sphinx-last-updated-by-git: 0.3.8 -> 0.3.8-unstable-2026-03-22 Signed-off-by: phanirithvij --- .../python-modules/sphinx-last-updated-by-git/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/sphinx-last-updated-by-git/default.nix b/pkgs/development/python-modules/sphinx-last-updated-by-git/default.nix index 4b90a3c913a0..02d0af67b0a1 100644 --- a/pkgs/development/python-modules/sphinx-last-updated-by-git/default.nix +++ b/pkgs/development/python-modules/sphinx-last-updated-by-git/default.nix @@ -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; };