all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "André A. Gomes" <andremegafone@gmail.com>
To: 66100@debbugs.gnu.org
Subject: [bug#66100] [PATCH]: Update emacs-sly
Date: Tue, 19 Sep 2023 16:55:28 +0300	[thread overview]
Message-ID: <87msxi469b.fsf@gmail.com> (raw)

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

Hi Guix,

Please find the patches attached.  Thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

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

From 48e972e2f440d593262d593b417c2d26a8f2421f Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 19 Sep 2023 16:37:33 +0300
Subject: [PATCH 1/2] gnu: emacs-sly: Update to 1.0.43-8.df62aba.

* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-8.df62aba.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c4de0e1d1f..a768322433 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15162,9 +15162,9 @@ (define-public emacs-cider-eval-sexp-fu
       (license license:gpl3+))))
 
 (define-public emacs-sly
-  ;; Update together with sbcl-slynk.
-  (let ((commit "82b20a9a83209b4dbfbfb62a1536896aed5f85f7")
-        (revision "7"))
+  ;; Update together with sbcl-slynk .
+  (let ((commit "df62abae73bd511885c9c7ec0ea7ea1469a00923")
+        (revision "8"))
     ;; Versions are not always tagged.  Besides, latest master contains
     ;; important fixes.
     (package
@@ -15179,7 +15179,7 @@ (define-public emacs-sly
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0dvr36qvb490gml0znay0slw63czp7azvajnv7srh8s0j8pqpcaj"))))
+           "1nxijv52bja6la2i3asq7kklpj5li25454n52sgsc6xnnfvakbsv"))))
       (build-system emacs-build-system)
       (native-inputs
        (list texinfo))
-- 
2.41.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-sbcl-slynk-Update-to-1.0.43-8-df62aba.patch --]
[-- Type: text/x-patch, Size: 1408 bytes --]

From 0d4fa41b29b49db5b13ecf89d5678f5991d5ac59 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 19 Sep 2023 16:41:28 +0300
Subject: [PATCH 2/2] gnu: sbcl-slynk: Update to 1.0.43-8-df62aba.

* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-8-df62aba.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c6f66db840..b3a1d1057c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2202,8 +2202,8 @@ (define-public ecl-clx-truetype
   (sbcl-package->ecl-package sbcl-clx-truetype))
 
 (define-public sbcl-slynk
-  (let ((commit "82b20a9a83209b4dbfbfb62a1536896aed5f85f7")
-        (revision "7"))
+  (let ((commit "df62abae73bd511885c9c7ec0ea7ea1469a00923")
+        (revision "8"))
     (package
       (name "sbcl-slynk")
       (version (git-version "1.0.43" revision commit))
@@ -2215,7 +2215,7 @@ (define-public sbcl-slynk
            (url "https://github.com/joaotavora/sly")
            (commit commit)))
          (sha256
-          (base32 "0dvr36qvb490gml0znay0slw63czp7azvajnv7srh8s0j8pqpcaj"))
+          (base32 "1nxijv52bja6la2i3asq7kklpj5li25454n52sgsc6xnnfvakbsv"))
          (file-name (git-file-name "cl-slynk" version))))
       (build-system asdf-build-system/sbcl)
       (outputs '("out" "image"))
-- 
2.41.0


             reply	other threads:[~2023-09-19 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-19 13:55 André A. Gomes [this message]
2023-09-28  9:36 ` bug#66100: [PATCH]: Update emacs-sly Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87msxi469b.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=66100@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.