GNU bug report logs -
#59998
[PATCH] gnu: emacs-xyz: Update emacs-dashboard
Previous Next
Reported by: florhizome <at> posteo.net
Date: Mon, 12 Dec 2022 10:40:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#59998: [PATCH] gnu: emacs-xyz: Update emacs-dashboard
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 59998 <at> debbugs.gnu.org.
--
59998: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59998
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
florhizome <at> posteo.net writes:
> From: florhizome <florhizome <at> posteo.net>
>
>
> * gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to newest
> commit
Switched base version to 1.7.0 and applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
From: florhizome <florhizome <at> posteo.net>
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to newest commit
---
gnu/packages/emacs-xyz.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18d1989124..469022fbe0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22974,18 +22974,21 @@ (define-public emacs-highlight-escape-sequences
(license license:gpl3+))))
(define-public emacs-dashboard
+ (let ((version "1.8.0")
+ (commit "6cdefdfd96c740d0e744b0c346360e28afad3acf")
+ (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 "1iwp3rzi76hfwysi5a39zj9lv9140mzvqbccl69g3d5jnzd90h28"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-page-break-lines))
@@ -23005,7 +23008,7 @@ (define-public emacs-dashboard
(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
--
2.38.1
This bug report was last modified 2 years and 145 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.