about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-13 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-02-13 04:20:00 +0000
commite562fdc82bc7ff24ca855224272cca5f859914ce (patch)
treee41a2ed60bb391ebb2fd5c569a39a9398bf082cb
parent25146c37b82d1e1fc07ec798d9efefe7f6c89d17 (diff)
downloadnixlib-e562fdc82bc7ff24ca855224272cca5f859914ce.tar
nixlib-e562fdc82bc7ff24ca855224272cca5f859914ce.tar.gz
nixlib-e562fdc82bc7ff24ca855224272cca5f859914ce.tar.bz2
nixlib-e562fdc82bc7ff24ca855224272cca5f859914ce.tar.lz
nixlib-e562fdc82bc7ff24ca855224272cca5f859914ce.tar.xz
nixlib-e562fdc82bc7ff24ca855224272cca5f859914ce.tar.zst
nixlib-e562fdc82bc7ff24ca855224272cca5f859914ce.zip
python311Packages.sphinx-book-theme: 1.1.0 -> 1.1.1
Changelog: https://github.com/executablebooks/sphinx-book-theme/raw/v1.1.1/CHANGELOG.md
-rw-r--r--pkgs/development/python-modules/sphinx-book-theme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/sphinx-book-theme/default.nix b/pkgs/development/python-modules/sphinx-book-theme/default.nix
index bb96443d3183..dd0d7d890acb 100644
--- a/pkgs/development/python-modules/sphinx-book-theme/default.nix
+++ b/pkgs/development/python-modules/sphinx-book-theme/default.nix
@@ -9,18 +9,18 @@
 
 buildPythonPackage rec {
   pname = "sphinx-book-theme";
-  version = "1.1.0";
+  version = "1.1.1";
 
   format = "wheel";
 
-  disabled = pythonOlder "3.7";
+  disabled = pythonOlder "3.9";
 
   src = fetchPypi {
     inherit version format;
     dist = "py3";
     python = "py3";
     pname = "sphinx_book_theme";
-    hash = "sha256-CIvGnWX6uERq24aR7WFof3G/dQTJdAr2i8eM+TaiYRI=";
+    hash = "sha256-zk3xqqs4WjqWM/p5coGTfqEgpRcJaLbrgXsR8+CKvAc=";
   };
 
   propagatedBuildInputs = [