Loading pkgs/development/python-modules/thinc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,14 +29,14 @@ buildPythonPackage rec { pname = "thinc"; version = "8.1.8"; version = "8.1.10"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-NcZXy+2wT8W8JHhl1mWSHOw9Ve81+/zj7hogSGtyBoM="; hash = "sha256-bEpI19oH4EToSmjLubIvMvhJCZWiurC/xg5BLRSvuZE="; }; buildInputs = [ Loading Loading
pkgs/development/python-modules/thinc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,14 +29,14 @@ buildPythonPackage rec { pname = "thinc"; version = "8.1.8"; version = "8.1.10"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-NcZXy+2wT8W8JHhl1mWSHOw9Ve81+/zj7hogSGtyBoM="; hash = "sha256-bEpI19oH4EToSmjLubIvMvhJCZWiurC/xg5BLRSvuZE="; }; buildInputs = [ Loading