gnu: emacs-posframe: Update to 0.4.3.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.4.3. [source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
e923a870b6
commit
d5b326f620
1 changed files with 7 additions and 5 deletions
|
@ -7591,15 +7591,17 @@ and cangjie.")
|
||||||
(define-public emacs-posframe
|
(define-public emacs-posframe
|
||||||
(package
|
(package
|
||||||
(name "emacs-posframe")
|
(name "emacs-posframe")
|
||||||
(version "0.4.2")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://elpa.gnu.org/packages/posframe-" version ".el"))
|
(url "https://github.com/tumashu/posframe")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h8vvxvsg41vc1nnglqjs2q0k1yzfsn72skga9s76qa3zxmx6kds"))))
|
"0i5xd7x33zmshhkzpsbpcpc8lgvv5vinnl1a07bnp8r1sp4yahm0"))))
|
||||||
(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 `(#:emacs ,emacs))
|
(arguments `(#:emacs ,emacs))
|
||||||
|
|
Reference in a new issue