Skip to content

Commit

Permalink
python311Packages.pyspellchecker: 0.7.3 -> 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2024
1 parent d63af7f commit 52ed60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyspellchecker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

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

src = fetchFromGitHub {
owner = "barrust";
repo = "pyspellchecker";
rev = "refs/tags/v${version}";
hash = "sha256-DUFJGO0Ncobr36k0hQRgeHf77Mds53JJHOMlf4/zfAI=";
hash = "sha256-8IwTMj/RqMc9UqhzyvmrirPGuMEwj3iMr+FmF+8312U=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 52ed60b

Please sign in to comment.