nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.thinc: 8.3.6 -> 9.1.1

https://github.com/explosion/thinc/releases/tag/v9.1.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/thinc/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "thinc"; 25 - version = "8.3.6"; 25 + version = "9.1.1"; 26 26 pyproject = true; 27 27 28 28 src = fetchPypi { 29 29 inherit pname version; 30 - hash = "sha256-SZg/m33cQ0OpUyaUqRGN0hbXpgBSCiGEmkO2wmjsbK0="; 30 + hash = "sha256-IfrimG13d6bwULkEbcnqsRhS8cmpl9zJAy8+zCJ4Sko="; 31 31 }; 32 32 33 33 build-system = [