lol

Merge pull request #189029 from r-ryantm/auto-update/python310Packages.pydata-sphinx-theme

python310Packages.pydata-sphinx-theme: 0.9.0 -> 0.10.1

authored by

Mario Rodas and committed by
GitHub
bde62ccf bf2a57f4

+2 -2
+2 -2
pkgs/development/python-modules/pydata-sphinx-theme/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pydata-sphinx-theme"; 13 - version = "0.9.0"; 13 + version = "0.10.1"; 14 14 15 15 format = "wheel"; 16 16 ··· 21 21 dist = "py3"; 22 22 python = "py3"; 23 23 pname = "pydata_sphinx_theme"; 24 - sha256 = "sha256-sitEKm1kN+Xq8KHwVxaf/LMeqp8Qvn1UgaEl5zXHHBI="; 24 + sha256 = "sha256-RzH5N8f0L1Fukn1Svgo1ara5AWmK74MxsJfmxP2BAPQ="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [