unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74414] [PATCH 0/2] Update `lem` to 534cb9f.
@ 2024-11-18  9:26 Ada Stevenson
  2024-11-18  9:32 ` [bug#74414] [PATCH 1/2] gnu: sbcl-async-process: Update to 3b16b91 Ada Stevenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ada Stevenson @ 2024-11-18  9:26 UTC (permalink / raw)
  To: 74414; +Cc: Ada Stevenson

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





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

* [bug#74414] [PATCH 1/2] gnu: sbcl-async-process: Update to 3b16b91.
  2024-11-18  9:26 [bug#74414] [PATCH 0/2] Update `lem` to 534cb9f Ada Stevenson
@ 2024-11-18  9:32 ` Ada Stevenson
  2024-11-18  9:32 ` [bug#74414] [PATCH 2/2] gnu: lem: Update to 534cb9f Ada Stevenson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Ada Stevenson @ 2024-11-18  9:32 UTC (permalink / raw)
  To: 74414
  Cc: Ada Stevenson, Ada Stevenson, Guillaume Le Vaillant,
	Katherine Cox-Buday, Munyoki Kilyungi, Sharlatan Hellseher, jgart

* 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





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

* [bug#74414] [PATCH 2/2] gnu: lem: Update to 534cb9f.
  2024-11-18  9:26 [bug#74414] [PATCH 0/2] Update `lem` to 534cb9f Ada Stevenson
  2024-11-18  9:32 ` [bug#74414] [PATCH 1/2] gnu: sbcl-async-process: Update to 3b16b91 Ada Stevenson
@ 2024-11-18  9:32 ` Ada Stevenson
  2024-11-18  9:36 ` [bug#74414] [PATCH 0/2] Update `lem` " Thomas Stevenson
  2024-11-19 13:49 ` bug#74414: " Guillaume Le Vaillant
  3 siblings, 0 replies; 5+ messages in thread
From: Ada Stevenson @ 2024-11-18  9:32 UTC (permalink / raw)
  To: 74414; +Cc: Ada Stevenson, Ada Stevenson

* 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





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

* [bug#74414] [PATCH 0/2] Update `lem` to 534cb9f.
  2024-11-18  9:26 [bug#74414] [PATCH 0/2] Update `lem` to 534cb9f Ada Stevenson
  2024-11-18  9:32 ` [bug#74414] [PATCH 1/2] gnu: sbcl-async-process: Update to 3b16b91 Ada Stevenson
  2024-11-18  9:32 ` [bug#74414] [PATCH 2/2] gnu: lem: Update to 534cb9f Ada Stevenson
@ 2024-11-18  9:36 ` Thomas Stevenson
  2024-11-19 13:49 ` bug#74414: " Guillaume Le Vaillant
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Stevenson @ 2024-11-18  9:36 UTC (permalink / raw)
  To: 74414; +Cc: Ada Stevenson

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





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

* bug#74414: [PATCH 0/2] Update `lem` to 534cb9f.
  2024-11-18  9:26 [bug#74414] [PATCH 0/2] Update `lem` to 534cb9f Ada Stevenson
                   ` (2 preceding siblings ...)
  2024-11-18  9:36 ` [bug#74414] [PATCH 0/2] Update `lem` " Thomas Stevenson
@ 2024-11-19 13:49 ` Guillaume Le Vaillant
  3 siblings, 0 replies; 5+ messages in thread
From: Guillaume Le Vaillant @ 2024-11-19 13:49 UTC (permalink / raw)
  To: Ada Stevenson; +Cc: 74414-done

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

Patches applied as 372ffc07bcd84803942b38b2beb7e0660faff84e and
following.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2024-11-19 13:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18  9:26 [bug#74414] [PATCH 0/2] Update `lem` to 534cb9f Ada Stevenson
2024-11-18  9:32 ` [bug#74414] [PATCH 1/2] gnu: sbcl-async-process: Update to 3b16b91 Ada Stevenson
2024-11-18  9:32 ` [bug#74414] [PATCH 2/2] gnu: lem: Update to 534cb9f Ada Stevenson
2024-11-18  9:36 ` [bug#74414] [PATCH 0/2] Update `lem` " Thomas Stevenson
2024-11-19 13:49 ` bug#74414: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).