python311Packages.thinc 8.2.1 -> 8.2.2 https://repology.org/project/python:thinc/versions attrpath: python311Packages.thinc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4wdkfg787ysfqrl5vhn2zsfzv1dkk9qi-packages.json.drv building '/nix/store/4wdkfg787ysfqrl5vhn2zsfzv1dkk9qi-packages.json.drv'... Going to be running update for following packages: - python3.11-thinc-8.2.1 Press Enter key to continue... Running update for: - python3.11-thinc-8.2.1: UPDATING ... - python3.11-thinc-8.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/thinc/default.nix b/pkgs/development/python-modules/thinc/default.nix index ccf17cdb117f..82ae98abc0c9 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.1"; + version = "8.2.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-zX/bPYg6FeaQYlTn+wFi9ph46czdH4UZ22/7/ka/b0k="; + hash = "sha256-boW5RGcsD5UkGnH2f5iC4asxnESaR3QLDRWfTPhtFYc="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python310Packages.thinc: 8.2.1 -> 8.2.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/276090"