guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-posframe: Update to 1.0.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-posframe: Update to 1.0.1.
Date: Fri, 16 Apr 2021 12:50:20 -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 51b01b9  gnu: emacs-posframe: Update to 1.0.1.
51b01b9 is described below

commit 51b01b957a2dda12984903a9b7fb9a1a5967a145
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Apr 16 18:49:23 2021 +0200

    gnu: emacs-posframe: Update to 1.0.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.1.
---
 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 7548c26..fc3c63b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12650,14 +12650,14 @@ shuangpin, wubi and cangjie.")
 (define-public emacs-posframe
   (package
     (name "emacs-posframe")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "posframe-" version ".tar"))
        (sha256
-        (base32 "1k06dbh9xqn2vix5qkcapl57v0c21b344r8dx6j5qr4jxirsn2x5"))))
+        (base32 "17znlh5xkk57imbblnfndwvld9m02h5fkr9gys89n2skdbxw9c7r"))))
     (build-system emacs-build-system)
     ;; emacs-minimal does not include the function font-info.
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]