unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Charles via Guix-patches via <guix-patches@gnu.org>
To: 52032@debbugs.gnu.org
Subject: [bug#52032] Update cl-portal and cl-yxorp
Date: Mon, 22 Nov 2021 06:01:30 +0000	[thread overview]
Message-ID: <WJPs4hRNXVwkbC0UngTMRSvUOs55vhRTKZTJ108Ke4QRp_mKK4GX14jv0GuXEqV2KMHwVr1HNZ4nyLnWe3PSvLRKA_-os_6ZR8pkOP_jDv8=@protonmail.com> (raw)


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

The patches are unrelated and the order doesn't matter.

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

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

From 8b753d89124fe0e2c3a9c8339ed8b53f21462466 Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Sun, 21 Nov 2021 23:50:18 -0600
Subject: [PATCH 1/2] gnu: Update cl-yxorp to 0.2.

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f891164fc8..0b8bcd0427 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17896,11 +17896,11 @@ (define-public cl-aserve
   (sbcl-package->cl-source-package sbcl-aserve))
 
 (define-public sbcl-yxorp
-  (let ((commit "d2e8f9304549e47ae5c7fa35a6b114804603eac9")
-        (revision "1"))
+  (let ((commit "041d0a535d6406df703f5f037d3d2cad4159c74d")
+        (revision "2"))
     (package
       (name "sbcl-yxorp")
-      (version (git-version "0" revision commit))
+      (version (git-version "0.2" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -17909,7 +17909,7 @@ (define-public sbcl-yxorp
                (commit commit)))
          (file-name (git-file-name "cl-yxorp" version))
          (sha256
-          (base32 "1zz1j678vzwkf817h2z0pf0fcyf4mldv4hiv1wyam58hd4bcrjsw"))))
+          (base32 "14fvncisig6h2qamczbx9cifp3rbjfw0cmc2ffifvr82x2bwab1f"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("cl+ssl" ,sbcl-cl+ssl)
-- 
2.34.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-Update-cl-portal-to-1.2.patch --]
[-- Type: text/x-patch; name=0002-gnu-Update-cl-portal-to-1.2.patch, Size: 1472 bytes --]

From be05062e3d8859fb42e85ace4d3dcb770d523b42 Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Sun, 21 Nov 2021 23:57:01 -0600
Subject: [PATCH 2/2] gnu: Update cl-portal to 1.2.

* gnu/packages/lisp-xyz.scm (sbcl-portal): Update to 1.2.
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0b8bcd0427..a40ce00ed3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18107,11 +18107,11 @@ (define-public cl-issr-core
   (sbcl-package->cl-source-package sbcl-issr-core))
 
 (define-public sbcl-portal
-  (let ((commit "cc7ba6a54cea6ef63b17dcc6e653d91d9907f59e")
-        (revision "1"))
+  (let ((commit "416589fa04cb239971422a1272acba236c8333be")
+        (revision "2"))
     (package
       (name "sbcl-portal")
-      (version (git-version "1" revision commit))
+      (version (git-version "1.2" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -18120,7 +18120,7 @@ (define-public sbcl-portal
                (commit commit)))
          (file-name (git-file-name "portal" version))
          (sha256
-          (base32 "0fc81iwb4lpp8d2scdwafkixxwkfmq4gqns522zyb4bh6c1rfmwy"))))
+          (base32 "1012jc068qdd8df6mmbn8vmmqlniqm5j2jbyrraw3yz8c13c8280"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("alexandria" ,sbcl-alexandria)
-- 
2.34.0


             reply	other threads:[~2021-11-22  6:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22  6:01 Charles via Guix-patches via [this message]
2021-11-22 10:48 ` bug#52032: Update cl-portal and cl-yxorp 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='WJPs4hRNXVwkbC0UngTMRSvUOs55vhRTKZTJ108Ke4QRp_mKK4GX14jv0GuXEqV2KMHwVr1HNZ4nyLnWe3PSvLRKA_-os_6ZR8pkOP_jDv8=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=52032@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 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).