django-extensions: 3.1.0 -> 3.1.1

Among other changes, this fixes the following test failure:

    FAILED tests/templatetags/test_syntax_color.py::SyntaxColorTagTests::test_should_colorize_noclasses_with_default_lexer

which was caused by commit 444da66670 ("python3Packages.Pygments: 2.7.2 -> 2.7.4", 2021-02-20).
Upstream fixes it in
2356958fb6.
This commit is contained in:
Michal Sojka 2021-03-11 00:31:49 +01:00
parent 29b0d4d0b6
commit a3cbcbc9ae

View file

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "django-extensions";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "hZ6GS2VkXH8KfKZuL1rR6JS/nDkx8SfKuUx5XrvTbec=";
sha256 = "0ss5x3d21c3g8i1s79l4akazlf116yp4y50gx4vrk1dxh3jb29zj";
};
LC_ALL = "en_US.UTF-8";