about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPreston Hunt <me@prestonhunt.com>2024-01-04 13:20:50 -0800
committerPreston Hunt <me@prestonhunt.com>2024-02-01 20:06:51 -0800
commit0740d47320a775c677cd01a8dc02d9f7fc09a796 (patch)
treef3916b5e86afda31466789c55b92a4933ad7604b /pkgs/top-level
parent16c2c8985d26e208dd244695d5e974653ae2e6de (diff)
downloadnixlib-0740d47320a775c677cd01a8dc02d9f7fc09a796.tar
nixlib-0740d47320a775c677cd01a8dc02d9f7fc09a796.tar.gz
nixlib-0740d47320a775c677cd01a8dc02d9f7fc09a796.tar.bz2
nixlib-0740d47320a775c677cd01a8dc02d9f7fc09a796.tar.lz
nixlib-0740d47320a775c677cd01a8dc02d9f7fc09a796.tar.xz
nixlib-0740d47320a775c677cd01a8dc02d9f7fc09a796.tar.zst
nixlib-0740d47320a775c677cd01a8dc02d9f7fc09a796.zip
python3Packages.pyemvue: init at 0.18.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 8e9d3caef1c7..4374c34a17e0 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -10326,6 +10326,8 @@ self: super: with self; {
 
   pyemd = callPackage ../development/python-modules/pyemd { };
 
+  pyemvue = callPackage ../development/python-modules/pyemvue { };
+
   pyenchant = callPackage ../development/python-modules/pyenchant {
     inherit (pkgs) enchant2;
   };