Skip to content

Commit

Permalink
python312Packages.pyspellchecker: 0.8.1 -> 0.8.2 (NixOS#368225)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents cce86e1 + f1d389f commit ce03ee0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyspellchecker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "pyspellchecker";
version = "0.8.1";
version = "0.8.2";
format = "pyproject";

src = fetchFromGitHub {
owner = "barrust";
repo = "pyspellchecker";
rev = "refs/tags/v${version}";
hash = "sha256-8IwTMj/RqMc9UqhzyvmrirPGuMEwj3iMr+FmF+8312U=";
tag = "v${version}";
hash = "sha256-sQNYtm+EK/F4S/Kfy87MwqDjCfV33/v8bYi48UBz+qc=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit ce03ee0

Please sign in to comment.