about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-25 19:53:48 -0500
committerGitHub <noreply@github.com>2023-10-25 19:53:48 -0500
commit81282343f08aeee6b0e0b9431f860e5c20f937d2 (patch)
tree003d4ab1f62f359bf1c11c8e4cd04d6ef2bf9811
parent89105ba81622649da5390d4d8038a25134d3cd52 (diff)
parentcb39b1f3cd983f1ae36c6badedc49ada6fe3cb28 (diff)
downloadnixlib-81282343f08aeee6b0e0b9431f860e5c20f937d2.tar
nixlib-81282343f08aeee6b0e0b9431f860e5c20f937d2.tar.gz
nixlib-81282343f08aeee6b0e0b9431f860e5c20f937d2.tar.bz2
nixlib-81282343f08aeee6b0e0b9431f860e5c20f937d2.tar.lz
nixlib-81282343f08aeee6b0e0b9431f860e5c20f937d2.tar.xz
nixlib-81282343f08aeee6b0e0b9431f860e5c20f937d2.tar.zst
nixlib-81282343f08aeee6b0e0b9431f860e5c20f937d2.zip
Merge pull request #262891 from r-ryantm/auto-update/python311Packages.sphinx-tabs
python311Packages.sphinx-tabs: 3.4.1 -> 3.4.4
-rw-r--r--pkgs/development/python-modules/sphinx-tabs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/sphinx-tabs/default.nix b/pkgs/development/python-modules/sphinx-tabs/default.nix
index 1c43bcd6a661..04630f189d5a 100644
--- a/pkgs/development/python-modules/sphinx-tabs/default.nix
+++ b/pkgs/development/python-modules/sphinx-tabs/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "sphinx-tabs";
-  version = "3.4.1";
+  version = "3.4.4";
   format = "pyproject";
 
   outputs = [ "out" "doc" ];
@@ -26,8 +26,8 @@ buildPythonPackage rec {
   src = fetchFromGitHub {
     owner = "executablebooks";
     repo = "sphinx-tabs";
-    rev = "v${version}";
-    hash = "sha256-5lpo7NRCksXJOdbLSFjDxQV/BsxRBb93lA6tavz6YEs=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-RcCADGJfwXP/U7Uws/uX+huaJzRDRUabQOnc9gqMUzM=";
   };
 
   postPatch = ''