all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30945] [PATCH 1/3] gnu: emacs-xelb: Update to 0.14.
@ 2018-03-25 23:24 Feng Shu
  2018-03-26 18:11 ` bug#30945: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Feng Shu @ 2018-03-25 23:24 UTC (permalink / raw)
  To: 30945

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 1/3] gnu: emacs-xelb: Update to 0.14. --]
[-- Type: text/x-patch, Size: 1211 bytes --]

From 4bf3a51469d3027b8d59da2b9522f88bf0bef7b0 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Sun, 25 Mar 2018 20:10:18 +0800
Subject: [PATCH 1/3] gnu: emacs-xelb: Update to 0.14.

* gnu/packages/emacs.scm (emacs-xelb): Update to 0.14.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a95b57e86..3e0cb0d7c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5703,14 +5703,14 @@ which code derived from Kelvin H's org-page.")
 (define-public emacs-xelb
   (package
     (name "emacs-xelb")
-    (version "0.12")
+    (version "0.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/xelb-"
                                   version ".tar"))
               (sha256
                (base32
-                "0i9n0f3ibj4a5pwcsvwrah9m0fz32m0x6a9wsmjn3li20v8pcb81"))))
+                "09flnbjy9ck784kprz036rwg9qk45hpv0w5hz3pz3zhwyk57fv74"))))
     (build-system emacs-build-system)
     ;; The following functions and variables needed by emacs-xelb are
     ;; not included in emacs-minimal:
-- 
2.16.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-gnu-emacs-exwm-Update-to-0.18.patch --]
[-- Type: text/x-patch, Size: 1231 bytes --]

From 1c2376e3da955408b71867613b063aa9933c6409 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Sun, 25 Mar 2018 20:11:53 +0800
Subject: [PATCH 2/3] gnu: emacs-exwm: Update to 0.18.

* gnu/packages/emacs.scm (emacs-exwm): Update to 0.18.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3e0cb0d7c..0a7c8d689 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5742,7 +5742,7 @@ It should enable you to implement low-level X11 applications.")
 (define-public emacs-exwm
   (package
     (name "emacs-exwm")
-    (version "0.16")
+    (version "0.18")
     (synopsis "Emacs X window manager")
     (source (origin
               (method url-fetch)
@@ -5750,7 +5750,7 @@ It should enable you to implement low-level X11 applications.")
                                   version ".tar"))
               (sha256
                (base32
-                "0c4w5k9lzqj8yzhdqipdb4fs7ld2qklc6s137104jnfdvmrwcv2i"))))
+                "1shz5bf4v4gg3arjaaldics5qkg3aiiaf3ngys8lb6qyxhcpvh6q"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-xelb" ,emacs-xelb)))
-- 
2.16.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0003-gnu-emacs-exwm-x-Update-to-1.8.1.patch --]
[-- Type: text/x-patch, Size: 1188 bytes --]

From 7fd7cae15bc5d62480e5ec0704cb4816ac0105de Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Mon, 26 Mar 2018 06:40:49 +0800
Subject: [PATCH 3/3] gnu: emacs-exwm-x: Update to 1.8.1.

* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.8.1.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0a7c8d689..f28f2221a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5833,7 +5833,7 @@ other operations.")
 (define-public emacs-exwm-x
   (package
     (name "emacs-exwm-x")
-    (version "1.7.2")
+    (version "1.8.1")
     (synopsis "Derivative window manager based on EXWM")
     (source (origin
               (method url-fetch)
@@ -5843,7 +5843,7 @@ other operations.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1ny13i82fb72917jgl0ndwjg1x6l9f8gfhcx7cwlwhh5saq23mvy"))))
+                "0ali1100aacq4zbvcck80h51pvw204jlxhn4aikkqq4ngbx03kkr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-exwm" ,emacs-exwm)
-- 
2.16.2


[-- Attachment #4: Type: text/plain, Size: 5 bytes --]


-- 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30945: [PATCH 1/3] gnu: emacs-xelb: Update to 0.14.
  2018-03-25 23:24 [bug#30945] [PATCH 1/3] gnu: emacs-xelb: Update to 0.14 Feng Shu
@ 2018-03-26 18:11 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2018-03-26 18:11 UTC (permalink / raw)
  To: Feng Shu, 30945-done

[-- Attachment #1: Type: text/plain, Size: 694 bytes --]

Feng Shu <tumashu@qq.com> writes:

> From 4bf3a51469d3027b8d59da2b9522f88bf0bef7b0 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu@163.com>
> Date: Sun, 25 Mar 2018 20:10:18 +0800
> Subject: [PATCH 1/3] gnu: emacs-xelb: Update to 0.14.

[...]

> From 1c2376e3da955408b71867613b063aa9933c6409 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu@163.com>
> Date: Sun, 25 Mar 2018 20:11:53 +0800
> Subject: [PATCH 2/3] gnu: emacs-exwm: Update to 0.18.

[...]

> From 7fd7cae15bc5d62480e5ec0704cb4816ac0105de Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu@163.com>
> Date: Mon, 26 Mar 2018 06:40:49 +0800
> Subject: [PATCH 3/3] gnu: emacs-exwm-x: Update to 1.8.1.

Applied all three, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-26 18:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-25 23:24 [bug#30945] [PATCH 1/3] gnu: emacs-xelb: Update to 0.14 Feng Shu
2018-03-26 18:11 ` bug#30945: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.