all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 46086@debbugs.gnu.org
Subject: [bug#46086] [PATCH] Update Postmodern to v1.32.8
Date: Sun, 24 Jan 2021 19:24:16 +0000	[thread overview]
Message-ID: <CAO+9K5oX=S2mdgPGVXfFKhmY+pZp3m10C6LsCf+=68rhCZvtYA@mail.gmail.com> (raw)

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

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

[-- Attachment #2: 0001-Update-sbcl-postmodern-to-v1.32.8.patch --]
[-- Type: text/x-patch, Size: 1667 bytes --]

From deb149a2302d0f721105b402301ce968d546dbb2 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sun, 24 Jan 2021 19:21:46 +0000
Subject: [PATCH] Update sbcl-postmodern to v1.32.8

* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to v1.32.8
---
 gnu/packages/lisp-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6006e199c1..2d79ce3e07 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9172,7 +9172,7 @@ approach to templating.")
 (define-public sbcl-postmodern
   (package
     (name "sbcl-postmodern")
-    (version "1.32.6")
+    (version "1.32.8")
     (source
      (origin
        (method git-fetch)
@@ -9181,7 +9181,7 @@ approach to templating.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bfx0hcb9wv47qd334xs0fpmisl75dpvasq1zai210s5wqg0km6d"))))
+        (base32 "0vr5inbr8dldf6dsl0qj3h2yrnnsayzfwxfzwkn1pk7xbns2l78q"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs
      `(("fiveam" ,sbcl-fiveam)))
@@ -9208,6 +9208,9 @@ approach to templating.")
      ;;  /4f47agf1kyiz057ppy6x5p98i7mcbfsv-sbcl-local-time-1.0.6-2.a177eb9
      ;;   /lib/common-lisp/sbcl/local-time/src/integration/
      ;;
+     ;; NOTE: (Sharlatan-20210124T191940+0000): When set env HOME to /tmp above
+     ;; issue is resolved but it required live test database to connect to now.
+     ;; Keep tests switched off.
      `(#:tests? #f
        #:asd-systems '("cl-postgres"
                        "s-sql"
-- 
2.30.0


             reply	other threads:[~2021-01-24 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-24 19:24 Sharlatan Hellseher [this message]
2021-01-25  8:47 ` bug#46086: [PATCH] Update Postmodern to v1.32.8 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='CAO+9K5oX=S2mdgPGVXfFKhmY+pZp3m10C6LsCf+=68rhCZvtYA@mail.gmail.com' \
    --to=sharlatanus@gmail.com \
    --cc=46086@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 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.