Merge pull request #173710 from r-ryantm/auto-update/python3.10-thinc

python310Packages.thinc: 8.0.15 -> 8.0.16
main
Fabian Affolter 2 years ago committed by GitHub
commit 2e41af78a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/thinc/default.nix

@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "thinc";
version = "8.0.15";
version = "8.0.16";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-LjFQINqFw3keGR+/N8SiQz9XzzIuJzgNoM1N6Z2WBTs=";
sha256 = "sha256-S8eBpRqHiaxAKzbvLgfRdjbRKniQACdU+NcPBbto31E=";
};
postPatch = ''

Loading…
Cancel
Save