all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34510] [PATCH 1/2] gnu: emacs-xelb: Update to 0.17.
@ 2019-02-17  6:57 Brett Gilio
  2019-02-17 11:03 ` bug#34510: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-02-17  6:57 UTC (permalink / raw)
  To: 34510

[-- Attachment #1: [PATCH 1/2] gnu: emacs-xelb: Update to 0.17. --]
[-- Type: text/x-patch, Size: 1645 bytes --]

From 0499e692a8da0f8a8d893edeb57b0e75f196d00e Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Sun, 17 Feb 2019 00:54:57 -0600
Subject: [PATCH 1/2] gnu: emacs-xelb: Update to 0.17.

* gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.17.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b7b8989c2..9325625cd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -41,7 +41,7 @@
 ;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
 ;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
 ;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
-;;; Copyright © 2018 Brett Gilio <brettg@posteo.net>
+;;; Copyright © 2018, 2019 Brett Gilio <brettg@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6548,14 +6548,14 @@ which code derived from Kelvin H's org-page.")
 (define-public emacs-xelb
   (package
     (name "emacs-xelb")
-    (version "0.16")
+    (version "0.17")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/xelb-"
                                   version ".tar"))
               (sha256
                (base32
-                "03wsr1jr7f7zfd80h864rd4makwh4widdnj1kjv2xyjwdgap9rl8"))))
+                "0k98580vq253fjdgklgqlwl450saninfw39fbq8lv3xsnp3dcgml"))))
     (build-system emacs-build-system)
     ;; The following functions and variables needed by emacs-xelb are
     ;; not included in emacs-minimal:
-- 
2.20.1

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

* bug#34510: [PATCH 1/2] gnu: emacs-xelb: Update to 0.17.
  2019-02-17  6:57 [bug#34510] [PATCH 1/2] gnu: emacs-xelb: Update to 0.17 Brett Gilio
@ 2019-02-17 11:03 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-02-17 11:03 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34510-done

Brett Gilio <brettg@posteo.net> writes:

>>From 0499e692a8da0f8a8d893edeb57b0e75f196d00e Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Sun, 17 Feb 2019 00:54:57 -0600
> Subject: [PATCH 1/2] gnu: emacs-xelb: Update to 0.17.
>
> * gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.17.
> ---

Thanks, pushed to the master branch with commit e3da630bf.

~~ Ricardo

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

end of thread, other threads:[~2019-02-17 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-17  6:57 [bug#34510] [PATCH 1/2] gnu: emacs-xelb: Update to 0.17 Brett Gilio
2019-02-17 11:03 ` bug#34510: " Ricardo Wurmus

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.