[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: emacs-popon: Update to 0.13.
From: |
guix-commits |
Subject: |
05/08: gnu: emacs-popon: Update to 0.13. |
Date: |
Sun, 3 Sep 2023 06:33:48 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 741323a89dc3875815b858ccf2711fb170e7416e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 3 12:13:21 2023 +0200
gnu: emacs-popon: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-popon): Update to 0.13.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b5ca53b08..470e58ed1a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37435,7 +37435,7 @@ with popups, which also work in the terminal.")
(define-public emacs-popon
(package
(name "emacs-popon")
- (version "0.12")
+ (version "0.13")
(source
(origin
(method git-fetch)
@@ -37445,7 +37445,7 @@ with popups, which also work in the terminal.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wkydg326ql8cvvmibq1nf6y40d1b0ax0p892pwncmi7awnf20gr"))))
+ (base32 "046l8is3rg0c6qhiy7wh91pcdhwqhnw47md8q231w8mxnw5b1n5j"))))
(build-system emacs-build-system)
(home-page "https://codeberg.org/akib/emacs-popon/")
(synopsis "Pop floating text on a window")
- branch master updated (9d2e632377 -> 52af65cf66), guix-commits, 2023/09/03
- 01/08: gnu: emacs-org-ref: Update to 3.0-0.bb375f3., guix-commits, 2023/09/03
- 03/08: gnu: emacs-seriestracker: Update to 1.3.1., guix-commits, 2023/09/03
- 04/08: gnu: emacs-scpaste: Update to 0.7.0., guix-commits, 2023/09/03
- 02/08: gnu: emacs-substitute: Update to 0.2.0., guix-commits, 2023/09/03
- 08/08: gnu: emacs-pcre2el: Update to 1.12., guix-commits, 2023/09/03
- 07/08: gnu: emacs-org-contrib: Update to 0.4.2., guix-commits, 2023/09/03
- 06/08: gnu: emacs-org: Update to 9.6.9., guix-commits, 2023/09/03
- 05/08: gnu: emacs-popon: Update to 0.13.,
guix-commits <=