Skip to content

Commit

Permalink
Merge pull request #249446 from NixOS/revert-243078-docutils-0.20.1
Browse files Browse the repository at this point in the history
Revert "docutils: 0.19 → 0.20.1"

This commit reverts #243078

Nixpkgs ships Sphinx 5.3.0, that does not support docutils >= 0.20.
The most recent version available at the upstream is Sphinx 7.1.2; however its update is far from trivial.

In order to bring the system to a consistent state (and hopefully update everything again), this revert is imperative.
  • Loading branch information
AndersonTorres committed Aug 17, 2023
2 parents 86797b2 + aa41839 commit 851d3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/docutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

buildPythonPackage rec {
pname = "docutils";
version = "0.20.1";
version = "0.19";

disabled = pythonOlder "3.7";

format = "setuptools";

src = fetchPypi {
inherit pname version;
hash = "sha256-8IpOJ2w6FYOobc4+NKuj/gTQK7ot1R7RYQYkToqSPjs=";
hash = "sha256-M5laZ1PDC39Xf+v8LFBBH+xqrH9//rfEz+WZEHLc+eY=";
};

# Only Darwin needs LANG, but we could set it in general.
Expand Down

0 comments on commit 851d3f6

Please sign in to comment.