lol
0
fork

Configure Feed

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

python3Packages.docutils: 0.19 -> 0.20.1

+2 -2
+2 -2
pkgs/development/python-modules/docutils/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "docutils"; 11 - version = "0.19"; 11 + version = "0.20.1"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 ··· 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-M5laZ1PDC39Xf+v8LFBBH+xqrH9//rfEz+WZEHLc+eY="; 19 + hash = "sha256-8IpOJ2w6FYOobc4+NKuj/gTQK7ot1R7RYQYkToqSPjs="; 20 20 }; 21 21 22 22 # Only Darwin needs LANG, but we could set it in general.