python312Packages.cohere 4.47 -> 4.48 https://repology.org/project/python:cohere/versions attrpath: python312Packages.cohere 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/6wckh2w1dafywss8v7hgifl8911i23cc-packages.json.drv building '/nix/store/6wckh2w1dafywss8v7hgifl8911i23cc-packages.json.drv'... Going to be running update for following packages: - python3.12-cohere-4.47 Press Enter key to continue... Running update for: - python3.12-cohere-4.47: UPDATING ... - python3.12-cohere-4.47: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cohere/default.nix b/pkgs/development/python-modules/cohere/default.nix index d6140a3f6d2c..249286cc37c8 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "cohere"; - version = "4.47"; + version = "4.48"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-1okhIHnBpUW9SXsUPP96pWMoMfps9Bv3rMk7Sm7/uDk="; + hash = "sha256-h0V4qtjGfVtz9HBc8DNB2U8wIBIogZBhOmse0vrD4BA="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.cohere: 4.47 -> 4.48 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290230"