unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 48431@debbugs.gnu.org
Subject: [bug#48431] [PATCH 2/2]: sxql update to 0.1.0-2.acdd183
Date: Fri, 14 May 2021 23:15:34 +0000	[thread overview]
Message-ID: <CAO+9K5o8UxE5QKmaCSwUq3wfdo0VOtY+aoLtrk+1vzq6p3zhtQ@mail.gmail.com> (raw)

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

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0002-gnu-sxql-Update-to-0.1.0-2.acdd183.patch --]
[-- Type: text/x-patch, Size: 1759 bytes --]

From f6bf57fcfc204d2af3c5007625e713a189bbf74d Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Fri, 14 May 2021 23:46:49 +0100
Subject: [PATCH 2/2] gnu: sxql: Update to 0.1.0-2.acdd183

* gnu/packages/lisp-xyz.scm (sbcl-sxql)
  [arguments] Simplify package definition by removing unnecessary #:test-asd-file
  [inputs] Add new dependencies `cl-packge-locks`
---
 gnu/packages/lisp-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0501e4effb..32730cc75b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11140,10 +11140,10 @@ learn about each of the parameters.")
   (sbcl-package->ecl-package sbcl-exponential-backoff))
 
 (define-public sbcl-sxql
-  (let ((commit "5aa8b739492c5829e8623432b5d46482263990e8"))
+  (let ((commit "acdd183a4c38b4e0699a285f8a711c88f6b4302c"))
     (package
       (name "sbcl-sxql")
-      (version (git-version "0.1.0" "1" commit))
+      (version (git-version "0.1.0" "2" commit))
       (source
        (origin
          (method git-fetch)
@@ -11153,12 +11153,11 @@ learn about each of the parameters.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0k25p6w2ld9cn8q8s20lda6yjfyp4q89219sviayfgixnj27avnj"))))
+           "1i1crdsf2nbyxxpvjgrwmwpjxn6a4drbcmqs4q4shfi8zyap7vng"))))
       (build-system asdf-build-system/sbcl)
-      (arguments
-       `(#:test-asd-file "sxql-test.asd"))
       (inputs
        `(("alexandria" ,sbcl-alexandria)
+         ("cl-package-locks" ,sbcl-cl-package-locks)
          ("cl-syntax" ,sbcl-cl-syntax)
          ("iterate" ,sbcl-iterate)
          ("optima" ,sbcl-optima)
-- 
2.31.1


             reply	other threads:[~2021-05-14 23:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-14 23:15 Sharlatan Hellseher [this message]
2021-05-14 23:17 ` [bug#48431] [PATCH 1/2] add cl-package-locks Sharlatan Hellseher
2021-05-15  8:24   ` bug#48431: " 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=CAO+9K5o8UxE5QKmaCSwUq3wfdo0VOtY+aoLtrk+1vzq6p3zhtQ@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=48431@debbugs.gnu.org \
    /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).