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:
Tobias Geerinckx-Rice 2023-07-16 02:00:02 +02:00
parent 806907ff83
commit ed8b10ede9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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: