gnu: cl-history-tree: Update to 0.1.2.
* gnu/packages/lisp-xyz.scm (sbcl-history-tree): Update to 0.1.2. [source]: Remove snippet. [native-inputs]: Remove sbcl-nasdf. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: Iec4932caed1f05266196a4216fef0bbe1ceb67f9master
parent
b1b79b4959
commit
972daf037f
|
@ -12626,7 +12626,7 @@ them as PNG files.")
|
||||||
(define-public sbcl-history-tree
|
(define-public sbcl-history-tree
|
||||||
(package
|
(package
|
||||||
(name "sbcl-history-tree")
|
(name "sbcl-history-tree")
|
||||||
(version "0.1.1")
|
(version "0.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12635,12 +12635,7 @@ them as PNG files.")
|
||||||
(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 "16fynij438zs4g29m7c0vmkfb0sbaz8gj7zjnxpbgjckbim93qwl"))
|
(base32 "1n3q6aqh0wm24pksj8371j5iinxpzy2kcnz97kmpndm1yhv4x5f2"))))
|
||||||
(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
|
||||||
|
@ -12649,7 +12644,7 @@ them as PNG files.")
|
||||||
sbcl-local-time
|
sbcl-local-time
|
||||||
sbcl-nclasses
|
sbcl-nclasses
|
||||||
sbcl-trivial-package-local-nicknames))
|
sbcl-trivial-package-local-nicknames))
|
||||||
(native-inputs (list sbcl-nasdf sbcl-lisp-unit2))
|
(native-inputs (list 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
|
||||||
|
|
Reference in New Issue