1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge #283726: python311Packages.levenshtein: fetch submodules

...into staging-next
This commit is contained in:
Vladimír Čunát 2024-01-25 13:00:37 +01:00
commit e70c6e6443
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -22,7 +22,8 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "Levenshtein";
rev = "refs/tags/v${version}";
hash = "sha256-O39Xe26WKAGcv6DEvwuOL8NZJBem5SYZDX1TPAY7/uA=";
hash = "sha256-xQimslz/G6nf2uYerLSaRAK5gvmfDmWTzEx/fh+nqg0=";
fetchSubmodules = true; ## for vendored `rapidfuzz-cpp`
};
nativeBuildInputs = [