mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-zones: Update to 0-2.3169815.
* gnu/packages/emacs-xyz.scm (emacs-zones): Update to 0-2.3169815. * gnu/packages/patches/emacs-zones-called-interactively.patch: Fix invocation of `called-interactively-p'.
This commit is contained in:
parent
3a943f05a4
commit
398d9ef16b
2 changed files with 12 additions and 12 deletions
|
@ -6790,8 +6790,8 @@ customizable by the user.")
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public emacs-zones
|
||||
(let ((commit "353fc38a6544eb59887bee045e373406f1d038a5")
|
||||
(revision "1"))
|
||||
(let ((commit "3169815c323966ff8e252b44e3558d6d045243fe")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-zones")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -6804,7 +6804,7 @@ customizable by the user.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gwnw2giii2a14nlh62xp45f47cw6ikqphhzpmcw6c7mn9x5z2ar"))
|
||||
"039msns5596rz0my7fxpanpxwg1lkhpiibm9ppnlzaajx1hszbzl"))
|
||||
(patches
|
||||
(search-patches
|
||||
"emacs-zones-called-interactively.patch"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue