python312Packages.sqlite-utils 3.36 -> 3.37 https://github.com/simonw/sqlite-utils/releases attrpath: python312Packages.sqlite-utils 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] Going to be running update for following packages: - python3.12-sqlite-utils-3.36 Press Enter key to continue... Running update for: - python3.12-sqlite-utils-3.36: UPDATING ... - python3.12-sqlite-utils-3.36: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sqlite-utils/default.nix b/pkgs/development/python-modules/sqlite-utils/default.nix index 99800ceadbcf..18a765327eb5 100644 --- a/pkgs/development/python-modules/sqlite-utils/default.nix +++ b/pkgs/development/python-modules/sqlite-utils/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "sqlite-utils"; - version = "3.36"; + version = "3.37"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-3MMROU/obcFvZQN7AHXiOO/P0uEuZdU+0ZaVRQKZbzw="; + hash = "sha256-VCpxAz1OeTb+kJIwrJeU0+IAAhg4q2Pbrzzo9bwic6Q="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python311Packages.llm: 0.14 -> 0.15, python311Packages.sqlite-utils: 3.36 -> 3.37 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/333251"