lol

Merge pull request #182152 from marsam/update-sphinx-book-theme

python310Packages.sphinx-book-theme: 0.3.2 -> 0.3.3

authored by

Mario Rodas and committed by
GitHub
3104ff4b d152d026

+2 -2
+2 -2
pkgs/development/python-modules/sphinx-book-theme/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "sphinx-book-theme"; 12 - version = "0.3.2"; 12 + version = "0.3.3"; 13 13 14 14 format = "wheel"; 15 15 ··· 20 20 dist = "py3"; 21 21 python = "py3"; 22 22 pname = "sphinx_book_theme"; 23 - sha256 = "4aed92f2ed9d27e002eac5dce1daa8eca42dd9e6464811533c569ee156a6f67d"; 23 + sha256 = "9685959dbbb492af005165ef1b9229fdd5d5431580ac181578beae3b4d012d91"; 24 24 }; 25 25 26 26 propagatedBuildInputs = [