mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-transpose-frame: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-transpose-frame): Update to 0.2.0. [source]: Change URI to GitHub.
This commit is contained in:
parent
d42f01fe99
commit
060ea698b3
1 changed files with 7 additions and 6 deletions
|
@ -12656,15 +12656,16 @@ and supports the use of a mouse.")
|
||||||
(define-public emacs-transpose-frame
|
(define-public emacs-transpose-frame
|
||||||
(package
|
(package
|
||||||
(name "emacs-transpose-frame")
|
(name "emacs-transpose-frame")
|
||||||
(version "0.1.0")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri "https://www.emacswiki.org/emacs/download/transpose-frame.el")
|
(uri (git-reference
|
||||||
(file-name (string-append "transpose-frame-" version ".el"))
|
(url "https://github.com/emacsorphanage/transpose-frame.git")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "01j4ci0c52r2c31hc9r4p7nsb6s8blmvg50g9n5v5h3afjl1c35v"))))
|
||||||
"1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://www.emacswiki.org/emacs/TransposeFrame")
|
(home-page "https://www.emacswiki.org/emacs/TransposeFrame")
|
||||||
(synopsis "Transpose window arrangement in current frame")
|
(synopsis "Transpose window arrangement in current frame")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue