GNU bug report logs -
#74414
[PATCH 0/2] Update `lem` to 534cb9f.
Previous Next
Reported by: Ada Stevenson <adanskana <at> gmail.com>
Date: Mon, 18 Nov 2024 09:27:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
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 74414 in the body.
You can then email your comments to 74414 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74414
; Package
guix-patches
.
(Mon, 18 Nov 2024 09:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ada Stevenson <adanskana <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 18 Nov 2024 09:27:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patch series updates `sbcl-async-process`, a dependent of `lem`, and then `lem` itself.
Ada Stevenson (2):
gnu: sbcl-async-process: Update to 3b16b91.
gnu: lem: Update to 534cb9f.
gnu/packages/lisp-xyz.scm | 6 +++---
gnu/packages/text-editors.scm | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
base-commit: e37ee527a01ceb1ad8b92e6d91f4550016207da9
--
2.46.0
Information forwarded
to
glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#74414
; Package
guix-patches
.
(Mon, 18 Nov 2024 09:33:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (libasyncprocess): Update to 3b16b91.
Change-Id: I43131a2fa8270455b625afc3b9a549bd4fa7ee67
---
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 bacd1b54b7..065100bbde 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4186,8 +4186,8 @@ (define-public ecl-cl-async-future
(sbcl-package->ecl-package sbcl-cl-async-future))
(define libasyncprocess
- (let ((commit "8067007e283745b94a36a51320b41b65ac296e24")
- (revision "1"))
+ (let ((commit "3b16b91d417530dac03559980fb5703206e20c55")
+ (revision "2"))
(package
(name "libasyncprocess")
(version (git-version "0.0.1" revision commit))
@@ -4199,7 +4199,7 @@ (define libasyncprocess
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0691z0vs5c65m24p1yi12iy27j59layzvzyy1yl19704x05442qh"))
+ (base32 "0ykbkmcf46rgiphsb8c03xf9l4l23xn1rppm51mviz7brs0zx7g4"))
(modules '((guix build utils)))
(snippet
;; Delete precompiled artifacts.
--
2.46.0
Information forwarded
to
adanskana <at> gmail.com, guix-patches <at> gnu.org
:
bug#74414
; Package
guix-patches
.
(Mon, 18 Nov 2024 09:34:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 74414 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/text-editors.scm (lem): Update to 534cb9f.
Change-Id: Ica593ed6604738b64de7b2bde84aefc3145d911a
---
gnu/packages/text-editors.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index db5db19bff..13b97bc8af 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -149,8 +149,8 @@ (define-public ed
(license license:gpl3+)))
(define-public lem
- (let ((commit "7b380ea04cea2696975da6c7d8c29e57ce2907a2")
- (revision "2"))
+ (let ((commit "534cb9f2e1e1b0ffbdf4552a39801deec21a76f8")
+ (revision "3"))
(package
(name "lem")
(version (git-version "2.2.0" revision commit))
@@ -161,7 +161,7 @@ (define-public lem
(url "https://github.com/lem-project/lem/")
(commit commit)))
(sha256
- (base32 "1096vkpd3srs7c8mlirb6qfzmvp7hbkgrj9x6rniyvid9vl0ffmy"))
+ (base32 "0dxn5hc8lfw1l5d7kn16psbdvxrn8m7nvn3qhicqq7m3mml40v2h"))
(file-name (git-file-name name version))
(snippet
#~(begin
--
2.46.0
Information forwarded
to
adanskana <at> gmail.com, glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#74414
; Package
guix-patches
.
(Mon, 18 Nov 2024 09:34:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74414
; Package
guix-patches
.
(Mon, 18 Nov 2024 10:25:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 74414 <at> debbugs.gnu.org (full text, mbox):
Hi all,
> This patch series updates `sbcl-async-process`, a dependent of `lem`,
and then `lem` itself.
Sorry, typo. I mean dependency.
>
> Ada Stevenson (2):
> gnu: sbcl-async-process: Update to 3b16b91.
> gnu: lem: Update to 534cb9f.
>
> gnu/packages/lisp-xyz.scm | 6 +++---
> gnu/packages/text-editors.scm | 6 +++---
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
>
> base-commit: e37ee527a01ceb1ad8b92e6d91f4550016207da9
> --
> 2.46.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Tue, 19 Nov 2024 13:50:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ada Stevenson <adanskana <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 19 Nov 2024 13:50:04 GMT)
Full text and
rfc822 format available.
Message #22 received at 74414-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patches applied as 372ffc07bcd84803942b38b2beb7e0660faff84e and
following.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 18 Dec 2024 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.