mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-fullframe: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-fullframe): Update to 0.5.1. [source]: Update URI. [home-page]: Update home-page accordingly.
This commit is contained in:
parent
e469eee10e
commit
47886391c5
1 changed files with 7 additions and 7 deletions
|
@ -27387,22 +27387,22 @@ (define-public emacs-org-present
|
||||||
(define-public emacs-fullframe
|
(define-public emacs-fullframe
|
||||||
(package
|
(package
|
||||||
(name "emacs-fullframe")
|
(name "emacs-fullframe")
|
||||||
(version "0.5.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tomterl/fullframe")
|
(url "https://git.sr.ht/~tomterl/fullframe")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1q276p3bagx9fhzyzjmz449f95k1z287x4p34980d06klj11lrab"))
|
||||||
"0m43qnhp6ibsskpjkxc86p3lrjsjc0ndqml3lbd65s79x4x7i3fi"))
|
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/tomterl/fullframe")
|
(home-page "https://git.sr.ht/~tomterl/fullframe")
|
||||||
(synopsis "Generalized automatic execution in a single frame")
|
(synopsis "Generalized automatic execution in a single frame")
|
||||||
(description "This library provides helpers for single-window-per-frame
|
(description
|
||||||
execution of buffer-exposing commands.")
|
"This library provides helpers for single-window-per-frame execution of
|
||||||
|
buffer-exposing commands.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-eshell-toggle
|
(define-public emacs-eshell-toggle
|
||||||
|
|
Loading…
Reference in a new issue