GNU bug report logs - #52307
[PATCH 0/2] gnu: Update emacs-sly to 1.0.43-5.0470c02

Previous Next

Package: guix-patches;

Reported by: Aleksandr Vityazev <avityazev <at> posteo.org>

Date: Sun, 5 Dec 2021 18:09:05 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52307 in the body.
You can then email your comments to 52307 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52307; Package guix-patches. (Sun, 05 Dec 2021 18:09:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Aleksandr Vityazev <avityazev <at> posteo.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 05 Dec 2021 18:09:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] gnu: Update emacs-sly to 1.0.43-5.0470c02
Date: Sun, 05 Dec 2021 13:52:06 +0000
Bug fixes

Aleksandr Vityazev (2):
  gnu: emacs-sly: Update to 1.0.43-5.0470c02
  gnu: sbcl-slynk: Update to 1.0.43-5.0470c02

 gnu/packages/emacs-xyz.scm | 6 +++---
 gnu/packages/lisp-xyz.scm  | 7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)

-- 

Aleksandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#52307; Package guix-patches. (Sun, 05 Dec 2021 18:13:02 GMT) Full text and rfc822 format available.

Message #8 received at 52307 <at> debbugs.gnu.org (full text, mbox):

From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: 52307 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: emacs-sly: Update to 1.0.43-5.0470c02
Date: Sun, 05 Dec 2021 18:13:00 +0000
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-5.0470c02.
---
 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 0051408138..16345f03fe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11331,12 +11331,12 @@ (define-public emacs-cider
 
 (define-public emacs-sly
   ;; Update together with sbcl-slynk.
-  (let ((commit "fb84318c08f59bc786e047006fc81e2ace568309"))
+  (let ((commit "0470c0281498b9de072fcbf3718fc66720eeb3d0"))
     ;; Versions are not always tagged.  Besides, latest master contains
     ;; important fixes.
     (package
       (name "emacs-sly")
-      (version (git-version "1.0.43" "4" commit))
+      (version (git-version "1.0.43" "5" commit))
       (source
        (origin
          (method git-fetch)
@@ -11346,7 +11346,7 @@ (define-public emacs-sly
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0z123k9ak7yjb9bxb5qx48f33ma8066rhkqh8xc14z7shk75jybj"))))
+           "1ws2a9azmdkkg47xnd4jggna45nf0bh54gyp0799b44c4bgjp029"))))
       (build-system emacs-build-system)
       (native-inputs
        `(("texinfo" ,texinfo)))
-- 
2.34.0



-- 

Aleksandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#52307; Package guix-patches. (Sun, 05 Dec 2021 18:13:02 GMT) Full text and rfc822 format available.

Message #11 received at 52307 <at> debbugs.gnu.org (full text, mbox):

From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: 52307 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: sbcl-slynk: Update to 1.0.43-5.0470c02
Date: Sun, 05 Dec 2021 18:13:13 +0000
* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-5.0470c02.
---
 gnu/packages/lisp-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 32a127dc99..635f8e48cb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -29,6 +29,7 @@
 ;;; Copyright © 2021 Charles Jackson <charles.b.jackson <at> protonmail.com>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
 ;;; Copyright © 2021 jgart <jgart <at> dismail.de>
+;;; Copyright © 2021 Aleksandr Vityazev <avityazev <at> posteo.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1019,10 +1020,10 @@ (define-public ecl-clx-truetype
   (sbcl-package->ecl-package sbcl-clx-truetype))
 
 (define-public sbcl-slynk
-  (let ((commit "fb84318c08f59bc786e047006fc81e2ace568309"))
+  (let ((commit "0470c0281498b9de072fcbf3718fc66720eeb3d0"))
     (package
       (name "sbcl-slynk")
-      (version (git-version "1.0.43" "4" commit))
+      (version (git-version "1.0.43" "5" commit))
       (source
        (origin
          (method git-fetch)
@@ -1031,7 +1032,7 @@ (define-public sbcl-slynk
            (url "https://github.com/joaotavora/sly")
            (commit commit)))
          (sha256
-          (base32 "0z123k9ak7yjb9bxb5qx48f33ma8066rhkqh8xc14z7shk75jybj"))
+          (base32 "1ws2a9azmdkkg47xnd4jggna45nf0bh54gyp0799b44c4bgjp029"))
          (file-name (git-file-name "slynk" version))))
       (build-system asdf-build-system/sbcl)
       (outputs '("out" "image"))
-- 
2.34.0



-- 

Aleksandr Vityazev




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 05 Dec 2021 18:40:02 GMT) Full text and rfc822 format available.

Notification sent to Aleksandr Vityazev <avityazev <at> posteo.org>:
bug acknowledged by developer. (Sun, 05 Dec 2021 18:40:02 GMT) Full text and rfc822 format available.

Message #16 received at 52307-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Cc: 52307-done <at> debbugs.gnu.org
Subject: Re: [bug#52307] [PATCH 0/2] gnu: Update emacs-sly to 1.0.43-5.0470c02
Date: Sun, 05 Dec 2021 19:39:45 +0100
Hello,

Aleksandr Vityazev <avityazev <at> posteo.org> writes:

> Bug fixes
>
> Aleksandr Vityazev (2):
>   gnu: emacs-sly: Update to 1.0.43-5.0470c02
>   gnu: sbcl-slynk: Update to 1.0.43-5.0470c02

Applied. Thank you!

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Jan 2022 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.