mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: emacs-pos-tip: Update to 0.4.7.
* gnu/packages/emacs-xyz.scm (emacs-pos-tip): Update to 0.4.7.
This commit is contained in:
parent
806907ff83
commit
ed8b10ede9
1 changed files with 2 additions and 2 deletions
|
@ -18066,7 +18066,7 @@ (define-public emacs-pippel
|
||||||
(define-public emacs-pos-tip
|
(define-public emacs-pos-tip
|
||||||
(package
|
(package
|
||||||
(name "emacs-pos-tip")
|
(name "emacs-pos-tip")
|
||||||
(version "0.4.6")
|
(version "0.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18075,7 +18075,7 @@ (define-public emacs-pos-tip
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0w8bnspnk871qndp18hs0wk4x9x31xr9rwbvf5dc8mcbnj29ch33"))))
|
(base32 "1k6r59jhbyiknhsl7df0zafyc4d9r3vk953x6sdxgz92kx6hxpfy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
;; The following functions and variables needed by emacs-pos-tip are
|
;; The following functions and variables needed by emacs-pos-tip are
|
||||||
;; not included in emacs-minimal:
|
;; not included in emacs-minimal:
|
||||||
|
|
Loading…
Reference in a new issue