mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-company-posframe: Update to 0.7.0.
* gnu/packages/emacs-xyz.scm (emacs-company-posframe): Update to 0.7.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
605a14a176
commit
d16edd03cf
1 changed files with 2 additions and 2 deletions
|
@ -7882,7 +7882,7 @@ (define-public emacs-company-box
|
|||
(define-public emacs-company-posframe
|
||||
(package
|
||||
(name "emacs-company-posframe")
|
||||
(version "0.5.0")
|
||||
(version "0.7.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -7891,7 +7891,7 @@ (define-public emacs-company-posframe
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05ays6xkqbxcfplvx7wfc2slflmwc3aw7vkixvabk0ilvisndvgm"))))
|
||||
"03kj8yxd4y9aw86b6y6z5l9y76q5gjyiyhi5120nx1a8cwbd9g4a"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-company emacs-posframe))
|
||||
|
|
Loading…
Reference in a new issue