unicorn(-emu): 1.0.2-rc4 -> 1.0.2

This commit is contained in:
luc65r
2020-10-29 21:15:42 +01:00
parent aee8263788
commit 345f1d11d3
6 changed files with 34 additions and 37 deletions
+3 -1
View File
@@ -7360,7 +7360,9 @@ in {
unicode-slugify = callPackage ../development/python-modules/unicode-slugify { };
unicorn = callPackage ../development/python-modules/unicorn { };
unicorn = callPackage ../development/python-modules/unicorn {
unicorn-emu = pkgs.unicorn;
};
unidecode = callPackage ../development/python-modules/unidecode { };