all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Charles via Guix-patches via <guix-patches@gnu.org>
To: 52217@debbugs.gnu.org
Subject: [bug#52217] Update cl-yxorp to 0.4
Date: Wed, 01 Dec 2021 07:55:38 +0000	[thread overview]
Message-ID: <EK1zDOTN6cL4bjL7vapG-hNsqXF6z2l56lcFmL8gJ-j2Ntexkz_35JfWuT7GHjCaxyi-ydAqcY_QiERywTmbc0lBwYYJramm5j7usmZtFfM=@protonmail.com> (raw)


[-- 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


             reply	other threads:[~2021-12-01  7:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01  7:55 Charles via Guix-patches via [this message]
2021-12-01  8:49 ` bug#52217: Update cl-yxorp to 0.4 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='EK1zDOTN6cL4bjL7vapG-hNsqXF6z2l56lcFmL8gJ-j2Ntexkz_35JfWuT7GHjCaxyi-ydAqcY_QiERywTmbc0lBwYYJramm5j7usmZtFfM=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=52217@debbugs.gnu.org \
    --cc=charles.b.jackson@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.