mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-transpose-frame: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-transpose-frame): Update to 0.2.1.
This commit is contained in:
parent
4ce19aa086
commit
e8fac28b9b
1 changed files with 2 additions and 2 deletions
|
@ -15755,7 +15755,7 @@ (define-public emacs-gnuplot
|
|||
(define-public emacs-transpose-frame
|
||||
(package
|
||||
(name "emacs-transpose-frame")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15764,7 +15764,7 @@ (define-public emacs-transpose-frame
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01j4ci0c52r2c31hc9r4p7nsb6s8blmvg50g9n5v5h3afjl1c35v"))))
|
||||
(base32 "0m9jmfwwhgkwxbq3y000ymx7parbgqr7gq3yjm2wh1ll747gv51y"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://www.emacswiki.org/emacs/TransposeFrame")
|
||||
(synopsis "Transpose window arrangement in current frame")
|
||||
|
|
Loading…
Reference in a new issue