about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:42:37 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:55 +0100
commit9eae3597702514f7166e0f8e1b1088277c1e0327 (patch)
tree0850ee89fe684522aa5bf014e7a13b5a0851db15 /pkgs
parentccadde8b5c26c8fae2260b2a768c48cc1f473675 (diff)
python3Packages.sphinx-automodapi: 0.16.0 -> 0.17.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/sphinx-automodapi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/sphinx-automodapi/default.nix b/pkgs/development/python-modules/sphinx-automodapi/default.nix
index bc74fae5491e3..e8e888204113b 100644
--- a/pkgs/development/python-modules/sphinx-automodapi/default.nix
+++ b/pkgs/development/python-modules/sphinx-automodapi/default.nix
@@ -14,15 +14,15 @@
 
 buildPythonPackage rec {
   pname = "sphinx-automodapi";
-  version = "0.16.0";
+  version = "0.17.0";
   pyproject = true;
   disabled = pythonOlder "3.7";
 
   src = fetchFromGitHub {
     owner = "astropy";
     repo = pname;
-    rev = "v${version}";
-    hash = "sha256-ecOwBtJBkGsBShMG5fK22V1EHLe6pCmOdHPrS/k6rno=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-Suu81pWUIwIgp/iTaYambuYRTkC7njP6n5RWZscugnk=";
     leaveDotGit = true;
   };