guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: sbcl-named-readtables: Update to 0.9-3.585a28e.


From: guix-commits
Subject: 02/06: gnu: sbcl-named-readtables: Update to 0.9-3.585a28e.
Date: Wed, 10 Feb 2021 05:25:48 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 905b6235d32cac0eff9edd380261d330174fbc36
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Feb 9 21:18:02 2021 +0000

    gnu: sbcl-named-readtables: Update to 0.9-3.585a28e.
    
    * gnu/packages/lisp-xyz.scm (sbcl-named-readtables): Update to 
0.9-3.585a28e.
      [arguments]: Enable tests.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 cce6497..a3a4058 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 "3"))
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]