python312Packages.dataclasses-json 0.6.3 -> 0.6.4 https://github.com/lidatong/dataclasses-json/releases attrpath: python312Packages.dataclasses-json 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/88149mkrqwz0hgkx33fii5fzz50bnfw0-packages.json.drv building '/nix/store/88149mkrqwz0hgkx33fii5fzz50bnfw0-packages.json.drv'... Going to be running update for following packages: - python3.12-dataclasses-json-0.6.3 Press Enter key to continue... Running update for: - python3.12-dataclasses-json-0.6.3: UPDATING ... - python3.12-dataclasses-json-0.6.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dataclasses-json/default.nix b/pkgs/development/python-modules/dataclasses-json/default.nix index e50f187c012d..2718a88379c9 100644 --- a/pkgs/development/python-modules/dataclasses-json/default.nix +++ b/pkgs/development/python-modules/dataclasses-json/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dataclasses-json"; - version = "0.6.3"; + version = "0.6.4"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "lidatong"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-UVYLyRVLRdt38obSLkSsQdroO95lwpwzerw+gYBIJ7w="; + hash = "sha256-izNDvljUWw60joi5WfCfoqL5SDM8Jz5Pz+lI/RP35n8="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python311Packages.dataclasses-json: 0.6.3 -> 0.6.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285796"