mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-posframe: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.4.
This commit is contained in:
parent
d7fe0414fc
commit
204fae3bdf
1 changed files with 2 additions and 2 deletions
|
@ -13353,14 +13353,14 @@ (define-public emacs-reverse-im
|
||||||
(define-public emacs-posframe
|
(define-public emacs-posframe
|
||||||
(package
|
(package
|
||||||
(name "emacs-posframe")
|
(name "emacs-posframe")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"posframe-" version ".tar"))
|
"posframe-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c3lnrydsysv8j25brgc0cckf1hz54yhkginncmw81y1ia43rqmx"))))
|
(base32 "0i2pw90gw9zb22gj8yyvcp3b2k1bxxhbjj0idvr5iz1vd9023bc6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
;; emacs-minimal does not include the function font-info.
|
;; emacs-minimal does not include the function font-info.
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue