Skip to content

Commit

Permalink
python312Packages.pyspellchecker: 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 26, 2024
1 parent 7208b31 commit f1d389f
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 f1d389f

Please sign in to comment.