Skip to content

emacs: bump elisp packages#508826

Merged
jian-lin merged 5 commits intoNixOS:masterfrom
linj-fork:pr/elisp-bump
Apr 11, 2026
Merged

emacs: bump elisp packages#508826
jian-lin merged 5 commits intoNixOS:masterfrom
linj-fork:pr/elisp-bump

Conversation

@jian-lin
Copy link
Copy Markdown
Contributor

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

emacs-overlay commit: dcd018dbd7b1cf0addf581f3aae39f3ca32d2a23
emacs-overlay commit: dcd018dbd7b1cf0addf581f3aae39f3ca32d2a23
…overlay)

emacs-overlay commit: dcd018dbd7b1cf0addf581f3aae39f3ca32d2a23
emacs-overlay commit: dcd018dbd7b1cf0addf581f3aae39f3ca32d2a23
emacs-overlay commit: dcd018dbd7b1cf0addf581f3aae39f3ca32d2a23
@nixpkgs-ci nixpkgs-ci Bot requested a review from a team April 11, 2026 03:45
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 6.topic: emacs Text editor labels Apr 11, 2026
Copy link
Copy Markdown
Contributor

@panchoh panchoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ve successfully reproduced your bump locally.
LGTM.

Details $ cat verify-update-from-overlay-py #!/usr/bin/env bash

set -euo pipefail

PR_ID="$1"
OVERLAY_COMMIT="$2"

git fetch origin pull/$PR_ID/head
git checkout $(git merge-base origin/master FETCH_HEAD)
git checkout -b reproduce/pr-$PR_ID
cd pkgs/applications/editors/emacs/elisp-packages
./update-from-overlay.py --commit "$OVERLAY_COMMIT"
git diff FETCH_HEAD

$ ./verify-update-from-overlay-py 508826 dcd018dbd7b1cf0addf581f3aae39f3ca32d2a23

@nixpkgs-ci nixpkgs-ci Bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Apr 11, 2026
@nixpkgs-ci nixpkgs-ci Bot added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Apr 11, 2026
@jian-lin
Copy link
Copy Markdown
Contributor Author

I tested bumped pkgs in my Emacs and it seems good.

@jian-lin jian-lin added this pull request to the merge queue Apr 11, 2026
Merged via the queue into NixOS:master with commit fe164f7 Apr 11, 2026
35 of 37 checks passed
@jian-lin jian-lin deleted the pr/elisp-bump branch April 11, 2026 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: emacs Text editor 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 12.approvals: 2 This PR was reviewed and approved by two persons.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants