[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-posframe: Update to 1.0.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-posframe: Update to 1.0.2. |
Date: |
Sat, 24 Apr 2021 12:51:58 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5dcc61a gnu: emacs-posframe: Update to 1.0.2.
5dcc61a is described below
commit 5dcc61a62f1052e123e092094714d5eed105e753
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 24 18:50:36 2021 +0200
gnu: emacs-posframe: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.2.
---
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 f765bef..d161f3b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12715,14 +12715,14 @@ shuangpin, wubi and cangjie.")
(define-public emacs-posframe
(package
(name "emacs-posframe")
- (version "1.0.1")
+ (version "1.0.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"posframe-" version ".tar"))
(sha256
- (base32 "17znlh5xkk57imbblnfndwvld9m02h5fkr9gys89n2skdbxw9c7r"))))
+ (base32 "19a1dkjyw9m74aamyqrsvzrdwshngqpmjzdngx6v5nifvcilrlnk"))))
(build-system emacs-build-system)
;; emacs-minimal does not include the function font-info.
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-posframe: Update to 1.0.2.,
guix-commits <=