unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 49187@debbugs.gnu.org
Subject: [bug#49187] [PATCH 1/2]: gnu: Update cl-autowrap to 1.0-2.a5d71eb
Date: Wed, 23 Jun 2021 13:32:22 +0000	[thread overview]
Message-ID: <CAO+9K5odVVCjUoKPeMCpGw689YasbFdewyeirL0i9TMMw19BMw@mail.gmail.com> (raw)
In-Reply-To: <CAO+9K5qiAMMBSy=rQ3aU7DT91FjZCUYpS=sgjHAoe7XA-dF_ew@mail.gmail.com>

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

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

[-- Attachment #2: 0001-gnu-cl-autowrap-Update-to-1.0-2.a5d71eb.patch --]
[-- Type: text/x-patch, Size: 1717 bytes --]

From 8e8144da5ec4b836f03144688d449f4e946df7ec Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 23 Jun 2021 14:16:38 +0100
Subject: [PATCH] gnu: cl-autowrap: Update to 1.0-2.a5d71eb

* gnu/packages/lisp-xyx.scm: (sbcl-cl-autowrap) Update to 1.0-2.a5d71eb
  [file-name]: Altered format
  [arguments]: Add missing system cl-plus-c
---
 gnu/packages/lisp-xyz.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 204a470df0..31a9193b04 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6712,8 +6712,8 @@ extension-points via the concept of hooks.")
   (sbcl-package->ecl-package sbcl-cl-hooks))
 
 (define-public sbcl-cl-autowrap
-  (let ((revision "1")
-        (commit "ae846d6968fc0d000de0c541638929a157f3009e"))
+  (let ((revision "2")
+        (commit "a5d71ebd7c21b87f449db1e16ab815750d7c0ea4"))
     ;; no taged branches
     (package
       (name "sbcl-cl-autowrap")
@@ -6724,10 +6724,12 @@ extension-points via the concept of hooks.")
          (uri (git-reference
                (url "https://github.com/rpav/cl-autowrap")
                (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-autowrap" version))
          (sha256
-          (base32 "1gisldp2zns92kdcaikghm7c38ldy2d884n8bfg0wcjvbz78p3ar"))))
+          (base32 "0795c817m1c41cz3ywzzg83z4pgkxdg6si553pay9mdgjvmrwmaw"))))
       (build-system asdf-build-system/sbcl)
+      (arguments
+       `(#:asd-systems '("cl-plus-c" "cl-autowrap")))
       (inputs
        `(("alexandria" ,sbcl-alexandria)
          ("cffi" ,sbcl-cffi)
-- 
2.32.0


  reply	other threads:[~2021-06-23 13:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-23 13:29 [bug#49187] [PATCH 0/2]: gnu: Add cl-sdl2 Sharlatan Hellseher
2021-06-23 13:32 ` Sharlatan Hellseher [this message]
2021-06-23 13:32 ` [bug#49187] [PATCH 2/2]: " Sharlatan Hellseher
2021-06-24  9:05   ` bug#49187: " 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+9K5odVVCjUoKPeMCpGw689YasbFdewyeirL0i9TMMw19BMw@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=49187@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).