Skip to content

Commit

Permalink
python3Packages.thinc: 8.3.0 -> 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 27, 2025
1 parent cd622d8 commit ee7d776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/thinc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@

buildPythonPackage rec {
pname = "thinc";
version = "8.3.0";
version = "9.1.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-6zvtVPXADsmt2qogjFHM+gWUg9cxQM1RWqMzc3Fcblk=";
hash = "sha256-IfrimG13d6bwULkEbcnqsRhS8cmpl9zJAy8+zCJ4Sko=";
};

postPatch = ''
Expand Down

0 comments on commit ee7d776

Please sign in to comment.