unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46410] [PATCH 1/1] gnu: named-readtables: Update to 0.9-1.585a28e
@ 2021-02-09 21:20 Sharlatan Hellseher
  2021-02-10 10:27 ` bug#46410: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-02-09 21:20 UTC (permalink / raw)
  To: 46410

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

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

[-- Attachment #2: 0001-gnu-named-readtables-Update-to-0.9-1.585a28e.patch --]
[-- Type: text/x-patch, Size: 2137 bytes --]

From 52caa38d248f2aab08645fb4f7d6628de36d9d48 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Tue, 9 Feb 2021 21:18:02 +0000
Subject: [PATCH] gnu: named-readtables: Update to 0.9-1.585a28e

* gnu/packages/lisp-xyz.scm (sbcl-named-readtables)
  [arguments] Enable tests, latest commit has fixed them
---
 gnu/packages/lisp-xyz.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9044261dad..4d9bc5fbf9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1869,8 +1869,8 @@ streams, support is included for convenient stream wrappers.")
   (sbcl-package->ecl-package sbcl-ironclad))
 
 (define-public sbcl-named-readtables
-  (let ((commit "64bd53f37a1694cfde48fc38b8f03901f6f0c05b")
-        (revision "2"))
+  (let ((commit "585a28eee8b1b1999279b48cb7e9731187e14b66")
+        (revision "1"))
     (package
       (name "sbcl-named-readtables")
       (version (git-version "0.9" revision commit))
@@ -1881,16 +1881,14 @@ streams, support is included for convenient stream wrappers.")
                (url "https://github.com/melisgl/named-readtables")
                (commit commit)))
          (sha256
-          (base32 "01l4831m7k84qvhzyx0qgdl50isr4zmp40qf6dfq2iqcaj8y4h3n"))
+          (base32 "072p5djqq9pliw9r20rmpz5r5q5yn6rhbp98vkkp7gfcnp5ppj51"))
          (file-name (git-file-name "named-readtables" version))))
       (build-system asdf-build-system/sbcl)
-      (arguments
-       ;; Tests seem to be broken.
-       `(#:tests? #f))
       (home-page "https://github.com/melisgl/named-readtables/")
       (synopsis "Library that creates a namespace for named readtables")
-      (description "Named readtables is a library that creates a namespace for
-named readtables, which is akin to package namespacing in Common Lisp.")
+      (description
+       "Named readtables is a library that creates a namespace for named
+readtables, which is akin to package namespacing in Common Lisp.")
       (license license:bsd-3))))
 
 (define-public cl-named-readtables
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46410: [PATCH 1/1] gnu: named-readtables: Update to 0.9-1.585a28e
  2021-02-09 21:20 [bug#46410] [PATCH 1/1] gnu: named-readtables: Update to 0.9-1.585a28e Sharlatan Hellseher
@ 2021-02-10 10:27 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-10 10:27 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 46410-done

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

Patch pushed as 905b6235d32cac0eff9edd380261d330174fbc36.
Thanks.



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-10 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 21:20 [bug#46410] [PATCH 1/1] gnu: named-readtables: Update to 0.9-1.585a28e Sharlatan Hellseher
2021-02-10 10:27 ` bug#46410: " Guillaume Le Vaillant

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).