about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-11-28 02:54:54 +0100
committerGitHub <noreply@github.com>2022-11-28 02:54:54 +0100
commit4991514dbd8a70be610c4902f3d820e2ff8bcb2f (patch)
treeb2230af58f0579798306eb2c5f97972d6eb21e98 /pkgs/top-level/python-aliases.nix
parent86c27c210fd912c02b86a99bfa6addd04c0810fe (diff)
parent677d6f1623b1054ce9832c55c5be3a9b049bc086 (diff)
Merge pull request #200114 from SuperSandro2000/changedetection-io
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index cdfe972bfc838..3bb6a96169954 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -101,6 +101,7 @@ mapAliases ({
   ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7."; # added 2022-05-30
   influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
   itanium_demangler = itanium-demangler; # added 2022-1017
+  jinja2_time = jinja2-time; # added 2022-11-07
   jupyter_client = jupyter-client; # added 2021-10-15
   Keras = keras; # added 2021-11-25
   ldap = python-ldap; # added 2022-09-16