mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-sway: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-sway): Update to 0.7. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
a051056193
commit
61a89de7d7
1 changed files with 18 additions and 21 deletions
|
@ -12440,21 +12440,18 @@ The following completions are currently available:
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-sway
|
(define-public emacs-sway
|
||||||
;; Commit from Nicola's fork (dash free version with various improvments)
|
|
||||||
(let ((commit "838ef531a30fe616f0141adbdabc132d4edfd374")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-sway")
|
(name "emacs-sway")
|
||||||
(version (git-version "0.6.1" revision commit))
|
(version "0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/thblt/sway.el")
|
(url "https://github.com/thblt/sway.el")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ddaz8my3z4ca2z81kf1h8773pyx8h0l0ra3ssqd1rq5j0041wdh"))))
|
(base32 "1w29dkl7s835zgwnc4jx1cp84s6mmwbvlil8z2c31psy0rlajc6i"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/thblt/sway.el")
|
(home-page "https://github.com/thblt/sway.el")
|
||||||
(synopsis "Communication with the Sway window manager")
|
(synopsis "Communication with the Sway window manager")
|
||||||
|
@ -12463,7 +12460,7 @@ The following completions are currently available:
|
||||||
Its main use case is in combination with popup managers like Shackle, to
|
Its main use case is in combination with popup managers like Shackle, to
|
||||||
use frames instead of windows while still giving focus to existing frames
|
use frames instead of windows while still giving focus to existing frames
|
||||||
instead of duplicating them.")
|
instead of duplicating them.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-sweet-theme
|
(define-public emacs-sweet-theme
|
||||||
(let ((commit "78f741806ecebe01224bf54d09ad80e306652508")
|
(let ((commit "78f741806ecebe01224bf54d09ad80e306652508")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue