gnu: sbcl-history-tree: Update to 0.1.1.

* gnu/packages/lisp-xyz.scm (sbcl-history-tree): Update to 0.1.1.
This commit is contained in:
Pierre Neidhardt 2023-03-21 10:04:55 +01:00
parent 326be9abff
commit 088a3d4c34
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -11501,7 +11501,7 @@ (define-public ecl-hdf5-cffi
(define-public sbcl-history-tree (define-public sbcl-history-tree
(package (package
(name "sbcl-history-tree") (name "sbcl-history-tree")
(version "0.1.0") (version "0.1.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -11510,16 +11510,21 @@ (define-public sbcl-history-tree
(commit version))) (commit version)))
(file-name (git-file-name "cl-history-tree" version)) (file-name (git-file-name "cl-history-tree" version))
(sha256 (sha256
(base32 "0z4mfgswfbpkh496qqk130yk6d0q0q5imqybw9n58aq4ygfhibhz")))) (base32 "16fynij438zs4g29m7c0vmkfb0sbaz8gj7zjnxpbgjckbim93qwl"))
(modules '((guix build utils)))
(snippet
`(begin
(delete-file-recursively "nasdf")
#t))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
(list (list
sbcl-alexandria sbcl-alexandria
sbcl-custom-hash-table sbcl-custom-hash-table
sbcl-local-time sbcl-local-time
sbcl-hu.dwim.defclass-star sbcl-nclasses
sbcl-trivial-package-local-nicknames)) 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") (home-page "https://github.com/atlas-engineer/history-tree")
(synopsis "Store the history of a browser's visited paths") (synopsis "Store the history of a browser's visited paths")
(description (description