diff mbox series

[bug#36218] Add and update Emacs packages.

Message ID CAAc=MEyRb=s7jexxNBoEGuAVzj09sZMrrgpsn2n3Rmh2vDNSkw@mail.gmail.com
State Accepted
Headers show
Series [bug#36218] Add and update Emacs packages. | expand

Commit Message

Brian Leung June 25, 2019, 3:34 a.m. UTC
I added some more updates.

Comments

Nicolas Goaziou June 25, 2019, 6:57 a.m. UTC | #1
Hello,

Brian Leung <bkleung89@gmail.com> writes:

> I added some more updates.

Applied, thank you!

Note: I added [inputs] or [propagated-inputs] in the commit messages
whenever you had changed something there.

Regards,
diff mbox series

Patch

From c9180c249ea49462f605fecd88e0a0ffd39ab617 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Tue, 25 Jun 2019 04:53:04 +0200
Subject: [PATCH 30/30] gnu: emacs-posframe: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.5.0.
---
 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 70f0154ed4..b9ccbff334 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7596,7 +7596,7 @@  and cangjie.")
 (define-public emacs-posframe
   (package
     (name "emacs-posframe")
-    (version "0.4.3")
+    (version "0.5.0")
     (source
      (origin
        (method git-fetch)
@@ -7606,7 +7606,7 @@  and cangjie.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0i5xd7x33zmshhkzpsbpcpc8lgvv5vinnl1a07bnp8r1sp4yahm0"))))
+         "1fhjxj7gi2pj5rdnmf0gddiwd8iifgjgjp01c01npz1gwwixyqh3"))))
     (build-system emacs-build-system)
     ;; emacs-minimal does not include the function font-info
     (arguments `(#:emacs ,emacs))
-- 
2.22.0