From 82eb338f64a9304f47e44f7050e38fdc9ad7f8ed Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 15 Dec 2025 06:13:42 +0000 Subject: [PATCH] python3Packages.sphinx-automodapi: 0.21.0 -> 0.22.0 --- pkgs/development/python-modules/sphinx-automodapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/sphinx-automodapi/default.nix b/pkgs/development/python-modules/sphinx-automodapi/default.nix index d465a3bd8b3e..2a57e33a6c91 100644 --- a/pkgs/development/python-modules/sphinx-automodapi/default.nix +++ b/pkgs/development/python-modules/sphinx-automodapi/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "sphinx-automodapi"; - version = "0.21.0"; + version = "0.22.0"; pyproject = true; src = fetchFromGitHub { owner = "astropy"; repo = "sphinx-automodapi"; tag = "v${version}"; - hash = "sha256-ISIS4IVtFnFqtHQiudRueiiWoAAkQ77fSe7Y0nyKtuI="; + hash = "sha256-L+noKcyhT3wsbgdgyd29I9yCN81BlB8Fvfyl4fKioEw="; leaveDotGit = true; };