guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-history-tree: Update to 0.1.1.


From: guix-commits
Subject: branch master updated: gnu: sbcl-history-tree: Update to 0.1.1.
Date: Tue, 21 Mar 2023 05:05:30 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 088a3d4c34 gnu: sbcl-history-tree: Update to 0.1.1.
088a3d4c34 is described below

commit 088a3d4c34cbbe74ee0fb56836c0353f0331960d
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Mar 21 10:04:55 2023 +0100

    gnu: sbcl-history-tree: Update to 0.1.1.
    
    * gnu/packages/lisp-xyz.scm (sbcl-history-tree): Update to 0.1.1.
---
 gnu/packages/lisp-xyz.scm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a1b291be20..292f8c5dd5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11501,7 +11501,7 @@ them as PNG files.")
 (define-public sbcl-history-tree
   (package
     (name "sbcl-history-tree")
-    (version "0.1.0")
+    (version "0.1.1")
     (source
      (origin
        (method git-fetch)
@@ -11510,16 +11510,21 @@ them as PNG files.")
              (commit version)))
        (file-name (git-file-name "cl-history-tree" version))
        (sha256
-        (base32 "0z4mfgswfbpkh496qqk130yk6d0q0q5imqybw9n58aq4ygfhibhz"))))
+        (base32 "16fynij438zs4g29m7c0vmkfb0sbaz8gj7zjnxpbgjckbim93qwl"))
+       (modules '((guix build utils)))
+       (snippet
+        `(begin
+           (delete-file-recursively "nasdf")
+           #t))))
     (build-system asdf-build-system/sbcl)
     (inputs
      (list
       sbcl-alexandria
       sbcl-custom-hash-table
       sbcl-local-time
-      sbcl-hu.dwim.defclass-star
+      sbcl-nclasses
       sbcl-trivial-package-local-nicknames))
-    (native-inputs (list sbcl-lisp-unit2))
+    (native-inputs (list sbcl-nasdf sbcl-lisp-unit2))
     (home-page "https://github.com/atlas-engineer/history-tree";)
     (synopsis "Store the history of a browser's visited paths")
     (description



reply via email to

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