python312Packages.cantools 39.4.4 -> 39.4.5 https://github.com/cantools/cantools/releases attrpath: python312Packages.cantools 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/0h2wlbffq4g4hjqj24sy15mbgmndp5k6-packages.json.drv building '/nix/store/0h2wlbffq4g4hjqj24sy15mbgmndp5k6-packages.json.drv'... Going to be running update for following packages: - python3.12-cantools-39.4.4 Press Enter key to continue... Running update for: - python3.12-cantools-39.4.4: UPDATING ... - python3.12-cantools-39.4.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cantools/default.nix b/pkgs/development/python-modules/cantools/default.nix index cb2b7f6fcce7..be35727e91c3 100644 --- a/pkgs/development/python-modules/cantools/default.nix +++ b/pkgs/development/python-modules/cantools/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "cantools"; - version = "39.4.4"; + version = "39.4.5"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-bo6Ri2ZxpiqfOZBUbs5WI+Hetx3vsc74WplVrDAdqZ4="; + hash = "sha256-WU8q6A3q24xrCOjhMi1C4lj0DULIDWiG2E4BQ/kLWiM="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python311Packages.cantools: 39.4.4 -> 39.4.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287883"