all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40886] [PATCH] gnu: emacs-sx: Update to 20191229.
@ 2020-04-26 22:17 LaFreniere, Joseph
  2020-04-28 15:30 ` bug#40886: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: LaFreniere, Joseph @ 2020-04-26 22:17 UTC (permalink / raw)
  To: 40886

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

Patch file is attached.

Out-of-the-box functionality of the previously packaged version 
was broken by a URL the package hardcodes having changed.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-sx-Update-to-20191229.patch --]
[-- Type: text/x-patch, Size: 1395 bytes --]

From d1e9cfda0c81be23194f32989826d5a3715aae6a Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Sun, 26 Apr 2020 16:10:20 -0500
Subject: [PATCH] gnu: emacs-sx: Update to 20191229.

* gnu/packages/emacs-xyz.scm (emacs-sx): Update to 20191229.
---
 gnu/packages/emacs-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 17aea794c4..bd93da3e65 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2558,9 +2558,9 @@ strings.")
     (license license:gpl2+)))
 
 (define-public emacs-sx
-  (let ((version "20180212")
-        (revision "1")
-        (commit "833435fbf90d1c9e927d165b155f3b1ef39271de"))
+  (let ((version "20191229")
+        (revision "0")
+        (commit "e9d1093c97507a6d7b4f4710ef65200dae725e5f"))
     (package
       (name "emacs-sx")
       (version (git-version version revision commit))
@@ -2572,8 +2572,7 @@ strings.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32
-           "1369xaxq1vy3d9yh862ddnhddikdpg2d0wv1ly00pnvdp9v4cqgd"))))
+          (base32 "0m90ddwm8j0y6d1ppqhd2gil1107k202blw6mzm5bdambn4nfqkf"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-markdown-mode" ,emacs-markdown-mode)))
-- 
2.26.2


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

* bug#40886: [PATCH] gnu: emacs-sx: Update to 20191229.
  2020-04-26 22:17 [bug#40886] [PATCH] gnu: emacs-sx: Update to 20191229 LaFreniere, Joseph
@ 2020-04-28 15:30 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-28 15:30 UTC (permalink / raw)
  To: LaFreniere, Joseph; +Cc: 40886-done

Hello,

"LaFreniere, Joseph" <joseph@lafreniere.xyz> writes:

> Subject: [PATCH] gnu: emacs-sx: Update to 20191229.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2020-04-28 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 22:17 [bug#40886] [PATCH] gnu: emacs-sx: Update to 20191229 LaFreniere, Joseph
2020-04-28 15:30 ` bug#40886: " Nicolas Goaziou

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.