guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: sbcl-split-sequence: Update to 2.0.0.


From: guix-commits
Subject: 09/13: gnu: sbcl-split-sequence: Update to 2.0.0.
Date: Tue, 4 Feb 2020 10:36:32 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 92da05885c780fb92694f0d84ceda093b1b67db8
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Feb 4 11:35:53 2020 +0100

    gnu: sbcl-split-sequence: Update to 2.0.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-split-sequence): Update to 2.0.0.
      [native-inputs]: Add fiveam.
      [arguments]: Don't ignore tests.
---
 gnu/packages/lisp-xyz.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e737298..ab1ec04 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1416,7 +1416,7 @@ In addition to regular Packrat / Parsing Grammar / TDPL 
features ESRAP supports:
 (define-public sbcl-split-sequence
   (package
     (name "sbcl-split-sequence")
-    (version "1.4.1")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -1425,13 +1425,11 @@ In addition to regular Packrat / Parsing Grammar / TDPL 
features ESRAP supports:
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "0c3zp6b7fmmp93sfhq112ind4zkld49ycw68z409xpnz3gc0wpf0"))
+         "0jcpnx21hkfwqj5fvp7kc6pn1qcz9hk7g2s5x8h0349x1j2irln0"))
        (file-name (git-file-name "split-sequence" version))))
     (build-system asdf-build-system/sbcl)
-    (arguments
-     ;; TODO: Tests seem to be broken.
-     ;; https://github.com/sharplispers/split-sequence/issues/8
-     `(#:tests? #f))
+    (native-inputs
+     `(("fiveam" ,sbcl-fiveam)))
     (synopsis "Member of the Common Lisp Utilities family of programs")
     (description
      "Splits sequence into a list of subsequences delimited by objects



reply via email to

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