all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52132] Update cl-yxorp to 0.3
@ 2021-11-27  5:22 Charles via Guix-patches via
  2021-11-27 10:05 ` bug#52132: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2021-11-27  5:22 UTC (permalink / raw)
  To: 52132


[-- 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-Update-cl-yxorp-to-0.3.patch --]
[-- Type: text/x-patch; name=0001-gnu-Update-cl-yxorp-to-0.3.patch, Size: 1896 bytes --]

From 48583c356e2e8d3365898803629bb770f94bccc7 Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Fri, 26 Nov 2021 23:20:35 -0600
Subject: [PATCH] gnu: Update cl-yxorp to 0.3.

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b8e9a0eae5..6ddc13e951 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 "041d0a535d6406df703f5f037d3d2cad4159c74d")
-        (revision "2"))
+  (let ((commit "b30c8710864d36f17d3a832ec21d1628f9d82054")
+        (revision "3"))
     (package
       (name "sbcl-yxorp")
-      (version (git-version "0.2" revision commit))
+      (version (git-version "0.3" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -17916,14 +17916,17 @@ (define-public sbcl-yxorp
                (commit commit)))
          (file-name (git-file-name "cl-yxorp" version))
          (sha256
-          (base32 "14fvncisig6h2qamczbx9cifp3rbjfw0cmc2ffifvr82x2bwab1f"))))
+          (base32 "1ldx7p6j5l9k45w0dkf75mcav4n0qk2p2h4zgz4bdhm9i5nlwakz"))))
       (build-system asdf-build-system/sbcl)
       (inputs
-       `(("cl+ssl" ,sbcl-cl+ssl)
+       `(("chipz" ,sbcl-chipz)
+         ("chunga" ,sbcl-chunga)
+         ("cl+ssl" ,sbcl-cl+ssl)
          ("cl-binding-arrows" ,sbcl-binding-arrows)
          ("cl-str" ,sbcl-cl-str)
          ("cl-usocket" ,sbcl-usocket)
          ("flexi-streams" ,sbcl-flexi-streams)
+         ("salza2" ,sbcl-salza2)
          ("trivial-garbage" ,sbcl-trivial-garbage)))
       (home-page "https://github.com/charje/cl-yxorp")
       (synopsis
-- 
2.34.0


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

* bug#52132: Update cl-yxorp to 0.3
  2021-11-27  5:22 [bug#52132] Update cl-yxorp to 0.3 Charles via Guix-patches via
@ 2021-11-27 10:05 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-11-27 10:05 UTC (permalink / raw)
  To: Charles; +Cc: 52132-done

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

Patch pushed as ca6135b4b66ab5d782ad31a87ec7f9887f995ee8 with a modified
commit message.
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-11-27 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27  5:22 [bug#52132] Update cl-yxorp to 0.3 Charles via Guix-patches via
2021-11-27 10:05 ` bug#52132: " 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.