me
/
guix
Archived
1
0
Fork 0

gnu: emacs-popon: Update to 0.13.

* gnu/packages/emacs-xyz.scm (emacs-popon): Update to 0.13.
master
Nicolas Goaziou 2023-09-03 12:13:21 +02:00
parent 6ed46bf515
commit 741323a89d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -37435,7 +37435,7 @@ with popups, which also work in the terminal.")
(define-public emacs-popon (define-public emacs-popon
(package (package
(name "emacs-popon") (name "emacs-popon")
(version "0.12") (version "0.13")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -37445,7 +37445,7 @@ with popups, which also work in the terminal.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0wkydg326ql8cvvmibq1nf6y40d1b0ax0p892pwncmi7awnf20gr")))) (base32 "046l8is3rg0c6qhiy7wh91pcdhwqhnw47md8q231w8mxnw5b1n5j"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://codeberg.org/akib/emacs-popon/") (home-page "https://codeberg.org/akib/emacs-popon/")
(synopsis "Pop floating text on a window") (synopsis "Pop floating text on a window")