Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.pydata-sphinx-theme: 0.15.4 -> 0.16.0

+2 -2
+2 -2
pkgs/development/python-modules/pydata-sphinx-theme/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pydata-sphinx-theme"; 16 - version = "0.15.4"; 16 + version = "0.16.0"; 17 17 18 18 format = "wheel"; 19 19 ··· 24 24 dist = "py3"; 25 25 python = "py3"; 26 26 pname = "pydata_sphinx_theme"; 27 - hash = "sha256-ITatDpUA0JSflhZ+Y/PimGIAQK6o+cdGIZWe2l1M+OY="; 27 + hash = "sha256-GMgQ7k5n4FKB43HhVsH7W7D6HydHJARhsiUnL32NV9g="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [