Skip to content

Commit

Permalink
python3Packages.editdistance: 0.5.3 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 10, 2021
1 parent 39bc36f commit 29cf455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/editdistance/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "editdistance";
version = "0.5.3";
version = "0.6.0";


src = fetchFromGitHub {
owner = "roy-ht";
repo = pname;
rev = "v${version}";
sha256 = "0vk8vz41p2cs7s7zbaw3cnw2jnvy5rhy525xral68dh14digpgsd";
rev = version;
sha256 = "1qajskfyx2ki81ybksf0lgl1pdyw7al4ci39zrj66ylsn8fssg89";
};

nativeBuildInputs = [ cython ];
Expand Down

0 comments on commit 29cf455

Please sign in to comment.