Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf25a02027c5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 669cbb63d089
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 12, 2018

  1. Copy the full SHA
    669cbb6 View commit details
Showing with 3 additions and 8 deletions.
  1. +3 −8 pkgs/top-level/python-packages.nix
11 changes: 3 additions & 8 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
@@ -16086,20 +16086,15 @@ in {
hieroglyph = callPackage ../development/python-modules/hieroglyph { };

sphinx_rtd_theme = buildPythonPackage (rec {
name = "sphinx_rtd_theme-0.1.9";
name = "sphinx_rtd_theme-0.2.5b2";

src = pkgs.fetchurl {
url = "mirror://pypi/s/sphinx_rtd_theme/${name}.tar.gz";
sha256 = "18d0r63w7jpdrk4q5qy26n08vdlmnj9sar93akwjphyambw4cf17";
sha256 = "0grf16fi4g0p3dfh11b1624ic34iqkjhf5i1g6hvsh4nlm0ll00q";
};

postPatch = ''
rm requirements.txt
touch requirements.txt
'';

meta = {
description = "ReadTheDocs.org theme for Sphinx, 2013 version";
description = "ReadTheDocs.org theme for Sphinx";
homepage = https://github.com/snide/sphinx_rtd_theme/;
license = licenses.bsd3;
platforms = platforms.unix;