gnu: emacs-dashboard: Update to 1.7.0-0.a69cc10.

* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.7.0-0.a69cc10.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
florhizome 2022-12-12 10:39:46 +00:00 committed by Nicolas Goaziou
parent 6ce7904a85
commit fc29138074
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23176,18 +23176,21 @@ Emacs minor mode to escape sequences in code.")
(license license:gpl3+))))
(define-public emacs-dashboard
(let ((version "1.7.0")
(commit "a69cc103aebd957f967e431399681b6d9d6b52fc")
(revision "0"))
(package
(name "emacs-dashboard")
(version "1.7.0")
(version (git-version version revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/rakanalh/emacs-dashboard")
(commit version)))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1qv4cqjy2s2d2bysbq10vq1axpbd8qc3jn1s1r81lxqkcja8zasa"))))
(base32 "1c6snnpc9rp6zhhdz411wyh2wn56yq2cdmxxqsp1ibvac8cbb1pq"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-page-break-lines))
@ -23207,7 +23210,7 @@ Emacs minor mode to escape sequences in code.")
(synopsis "Startup screen extracted from Spacemacs")
(description "This package provides an extensible Emacs dashboard, with
sections for bookmarks, projectil projects, org-agenda and more.")
(license license:gpl3+)))
(license license:gpl3+))))
(define-public emacs-slime-company
(package