guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-posframe: Update to 1.1.5.


From: guix-commits
Subject: 01/02: gnu: emacs-posframe: Update to 1.1.5.
Date: Sat, 8 Jan 2022 11:17:20 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 22b3d15257c0c2de41bc0d68514e13add3901aca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 8 17:16:28 2022 +0100

    gnu: emacs-posframe: Update to 1.1.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.5.
---
 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 a98ec10cf3..a1076fe399 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13907,14 +13907,14 @@ methods from a given list.")
 (define-public emacs-posframe
   (package
     (name "emacs-posframe")
-    (version "1.1.3")
+    (version "1.1.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "posframe-" version ".tar"))
        (sha256
-        (base32 "12710a6lnkmngh8hy853q1haplphbamcpci8fyln0x9bahgbfamq"))))
+        (base32 "1kyd3r926hhs03mmpyvbjjyqcbvqrxk62rrscgfyl7rqi9ar56i0"))))
     (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]