mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-popon: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-popon): Update to 0.12.
This commit is contained in:
parent
94907932b8
commit
5eb2995c00
1 changed files with 2 additions and 2 deletions
|
@ -33820,7 +33820,7 @@ (define-public emacs-corfu-doc-terminal
|
|||
(define-public emacs-popon
|
||||
(package
|
||||
(name "emacs-popon")
|
||||
(version "0.11")
|
||||
(version "0.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -33830,7 +33830,7 @@ (define-public emacs-popon
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14hf1n9d7rqfzr58kjsvjq63v3iamk3szvcn6zms7ry8x70v3lmv"))))
|
||||
(base32 "0wkydg326ql8cvvmibq1nf6y40d1b0ax0p892pwncmi7awnf20gr"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://codeberg.org/akib/emacs-popon/")
|
||||
(synopsis "Pop floating text on a window")
|
||||
|
|
Loading…
Reference in a new issue