about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:42:50 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:58 +0100
commit60e351951643a0d7feece4ba3b3db38cee3cca2b (patch)
tree46de2109c01193ab7484caed5ac7cd041533a8b5 /pkgs
parent57e2d031579313755290c006a21639b202049dfd (diff)
python3Packages.thinc: 8.2.2 -> 8.2.3
https://github.com/explosion/thinc/releases/tag/v8.2.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/thinc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/thinc/default.nix b/pkgs/development/python-modules/thinc/default.nix
index 82ae98abc0c9c..db53985506897 100644
--- a/pkgs/development/python-modules/thinc/default.nix
+++ b/pkgs/development/python-modules/thinc/default.nix
@@ -30,14 +30,14 @@
 
 buildPythonPackage rec {
   pname = "thinc";
-  version = "8.2.2";
+  version = "8.2.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-boW5RGcsD5UkGnH2f5iC4asxnESaR3QLDRWfTPhtFYc=";
+    hash = "sha256-9a/FIikSqAvai9zslYNiorpTjXAn3I22FUhF0oWdynY=";
   };
 
   postPatch = ''