about summary refs log tree commit diff
path: root/pkgs/tools/security/gnome-keysign
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-09 01:53:28 +0200
committerGitHub <noreply@github.com>2022-05-09 01:53:28 +0200
commit7169abf52fedeefe18ff2517a5b6ef7bac93ad15 (patch)
tree27be41f2372bbd6a621eb882c4fea9f49af8dda8 /pkgs/tools/security/gnome-keysign
parent7b7a5816fc60adfa991351e899f0b88a8f32af06 (diff)
python310Packages.babel: 2.9.1 -> 2.10.1 (#171867)
Diffstat (limited to 'pkgs/tools/security/gnome-keysign')
-rw-r--r--pkgs/tools/security/gnome-keysign/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/gnome-keysign/default.nix b/pkgs/tools/security/gnome-keysign/default.nix
index a94be8295ea08..50a1ff98d14f0 100644
--- a/pkgs/tools/security/gnome-keysign/default.nix
+++ b/pkgs/tools/security/gnome-keysign/default.nix
@@ -41,7 +41,7 @@ python3.pkgs.buildPythonApplication rec {
     wrapGAppsHook
     gobject-introspection
   ] ++ (with python3.pkgs; [
-    Babel
+    babel
     babelgladeextractor
   ]);