nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.sphinx_rtd_theme: 0.5.2 -> 1.0.0

Update to latest release.

Signed-off-by: Felix Singer <felixsinger@posteo.net>

+2 -2
+2 -2
pkgs/development/python-modules/sphinx_rtd_theme/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "sphinx_rtd_theme"; 12 - version = "0.5.2"; 12 + version = "1.0.0"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "32bd3b5d13dc8186d7a42fc816a23d32e83a4827d7d9882948e7b837c232da5a"; 16 + sha256 = "0p3abj91c3l72ajj5jwblscsdf1jflrnn0djx2h5y6f2wjbx9ipf"; 17 17 }; 18 18 19 19 postPatch = ''