all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52217] Update cl-yxorp to 0.4
@ 2021-12-01  7:55 Charles via Guix-patches via
  2021-12-01  8:49 ` bug#52217: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2021-12-01  7:55 UTC (permalink / raw)
  To: 52217


[-- Attachment #1.1: Type: text/plain, Size: 13 bytes --]

Empty Message

[-- Attachment #1.2: Type: text/html, Size: 24 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-cl-yxorp-Update-to-0.4.patch --]
[-- Type: text/x-patch; name=0001-gnu-cl-yxorp-Update-to-0.4.patch, Size: 1801 bytes --]

From 912aeb68fa45319c292be0043fcf23af0d77205a Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Wed, 1 Dec 2021 01:53:45 -0600
Subject: [PATCH] gnu: cl-yxorp: Update to 0.4.

* gnu/packages/lisp-xyz.scm (sbcl-yxorp): Update to 0.4.
---
 gnu/packages/lisp-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6ddc13e951..1524eb61a9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17903,11 +17903,11 @@ (define-public cl-aserve
   (sbcl-package->cl-source-package sbcl-aserve))
 
 (define-public sbcl-yxorp
-  (let ((commit "b30c8710864d36f17d3a832ec21d1628f9d82054")
-        (revision "3"))
+  (let ((commit "c306898a467995e123a22316c9b79fcac442415b")
+        (revision "4"))
     (package
       (name "sbcl-yxorp")
-      (version (git-version "0.3" revision commit))
+      (version (git-version "0.4" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -17916,7 +17916,7 @@ (define-public sbcl-yxorp
                (commit commit)))
          (file-name (git-file-name "cl-yxorp" version))
          (sha256
-          (base32 "1ldx7p6j5l9k45w0dkf75mcav4n0qk2p2h4zgz4bdhm9i5nlwakz"))))
+          (base32 "0ll1s9w29yhhgqssgiw58fcapw4n040gkvpz4sxwv3q2v60rbidj"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("chipz" ,sbcl-chipz)
@@ -17926,6 +17926,7 @@ (define-public sbcl-yxorp
          ("cl-str" ,sbcl-cl-str)
          ("cl-usocket" ,sbcl-usocket)
          ("flexi-streams" ,sbcl-flexi-streams)
+         ("rutils" ,sbcl-rutils)
          ("salza2" ,sbcl-salza2)
          ("trivial-garbage" ,sbcl-trivial-garbage)))
       (home-page "https://github.com/charje/cl-yxorp")
-- 
2.34.0


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

* bug#52217: Update cl-yxorp to 0.4
  2021-12-01  7:55 [bug#52217] Update cl-yxorp to 0.4 Charles via Guix-patches via
@ 2021-12-01  8:49 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-12-01  8:49 UTC (permalink / raw)
  To: Charles; +Cc: 52217-done

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

Patch pushed as f11605d96d703d96cd5207fb66ba1551c81cc99c.
Thanks.

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

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

end of thread, other threads:[~2021-12-01  8:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  7:55 [bug#52217] Update cl-yxorp to 0.4 Charles via Guix-patches via
2021-12-01  8:49 ` bug#52217: " Guillaume Le Vaillant

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.