[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-posframe: Update to 1.1.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-posframe: Update to 1.1.7. |
Date: |
Mon, 24 Jan 2022 07:11:25 -0500 |
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 d41bb831af gnu: emacs-posframe: Update to 1.1.7.
d41bb831af is described below
commit d41bb831af01f98f206578e717506b09cf714917
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 24 13:10:43 2022 +0100
gnu: emacs-posframe: Update to 1.1.7.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.7.
---
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 82b2d90978..387f1b93fd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13922,14 +13922,14 @@ methods from a given list.")
(define-public emacs-posframe
(package
(name "emacs-posframe")
- (version "1.1.6")
+ (version "1.1.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"posframe-" version ".tar"))
(sha256
- (base32 "0aqbvgsvkhd174mb3vv9bszw7iawnf6nsqjzlwzgv1z2hrxb27h2"))))
+ (base32 "13i2wxx079gfq0vbq0iwmsig5b7x4aspd1q02yqc79846f1dsx4w"))))
(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.1.7.,
guix-commits <=