diff options
| author | Michal Sojka <michal.sojka@cvut.cz> | 2021-03-11 00:31:49 +0100 |
|---|---|---|
| committer | Michal Sojka <michal.sojka@cvut.cz> | 2021-03-11 00:50:49 +0100 |
| commit | a3cbcbc9ae02c397a13df645fcf718f57ba47918 (patch) | |
| tree | 130ba3f7603e4cb7d69a4cebb77fdb615fde6e08 /pkgs/development/python-modules/django-extensions | |
| parent | shards: 0.13 -> 0.14 (#115471) (diff) | |
| download | nixpkgs-a3cbcbc9ae02c397a13df645fcf718f57ba47918.tar.gz | |
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 444da66670e ("python3Packages.Pygments: 2.7.2 -> 2.7.4", 2021-02-20).
Upstream fixes it in
https://github.com/django-extensions/django-extensions/commit/2356958fb6e2fee7530eb642f39c326fa2e94f2a.
Diffstat (limited to 'pkgs/development/python-modules/django-extensions')
| -rw-r--r-- | pkgs/development/python-modules/django-extensions/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-extensions/default.nix b/pkgs/development/python-modules/django-extensions/default.nix index 455eeebddde0..9bd72965cf8b 100644 --- a/pkgs/development/python-modules/django-extensions/default.nix +++ b/pkgs/development/python-modules/django-extensions/default.nix @@ -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"; |
