python312Packages.libtmux 0.25.0 -> 0.27.1 https://repology.org/project/python:libtmux/versions attrpath: python312Packages.libtmux 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/w52ghnfqvcl8846n2292p0vqa5maifkx-packages.json.drv building '/nix/store/w52ghnfqvcl8846n2292p0vqa5maifkx-packages.json.drv'... Going to be running update for following packages: - python3.12-libtmux-0.25.0 Press Enter key to continue... Running update for: - python3.12-libtmux-0.25.0: UPDATING ... - python3.12-libtmux-0.25.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/libtmux/default.nix b/pkgs/development/python-modules/libtmux/default.nix index c0df7019ed96..f44b56877505 100644 --- a/pkgs/development/python-modules/libtmux/default.nix +++ b/pkgs/development/python-modules/libtmux/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "libtmux"; - version = "0.25.0"; + version = "0.27.1"; format = "pyproject"; src = fetchFromGitHub { owner = "tmux-python"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-cAogRdhJdXC0lMQRlWwSHQj205mG9uwd1XkFJYsAetA="; + hash = "sha256-Vr20wKJiEHcyOEfCb/lGD3ieJKIKIt+a5QHg8SMRdfo="; }; postPatch = '' An auto update branch exists with message `python312Packages.libtmux: 0.25.0 -> 0.26.0`. New version is 0.27.1. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.libtmux: 0.25.0 -> 0.27.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287358"