[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/44: gnu: emacs-dashboard: Update to 1.8.0.
From: |
guix-commits |
Subject: |
16/44: gnu: emacs-dashboard: Update to 1.8.0. |
Date: |
Fri, 1 Sep 2023 16:23:05 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7bca9465f2781a14ccb334a6c1a98972ac533e21
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:35:30 2023 +0200
gnu: emacs-dashboard: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.8.0.
[arguments]<#:phases>: Remove an unnecessary phase.
---
gnu/packages/emacs-xyz.scm | 54 ++++++++++++++++++----------------------------
1 file changed, 21 insertions(+), 33 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2a11928ee9..9df9b58dbf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25280,40 +25280,28 @@ 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 (git-version version revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/rakanalh/emacs-dashboard")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1c6snnpc9rp6zhhdz411wyh2wn56yq2cdmxxqsp1ibvac8cbb1pq"))))
- (build-system emacs-build-system)
- (arguments
- (list
- #:include #~(cons* "\\.txt$" "\\.png$" %default-include)
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'patch-dashboard-widgets
- ;; This phase fixes compilation error.
- (lambda _
- (emacs-substitute-variables "dashboard-widgets.el"
- ("dashboard-init-info"
- '(format "Loaded in %s" (emacs-init-time)))))))))
- (propagated-inputs
- (list emacs-page-break-lines))
- (home-page "https://github.com/rakanalh/emacs-dashboard")
- (synopsis "Startup screen extracted from Spacemacs")
- (description "This package provides an extensible Emacs dashboard, with
+ (package
+ (name "emacs-dashboard")
+ (version "1.8.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rakanalh/emacs-dashboard")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1m39alr4vi22wr0yd22yi3qkdykwh8vmkdlbbd8qm9z1g7mvl382"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list #:include #~(cons* "\\.txt$" "\\.png$" %default-include)))
+ (propagated-inputs
+ (list emacs-page-break-lines))
+ (home-page "https://github.com/rakanalh/emacs-dashboard")
+ (synopsis "Startup screen extracted from Spacemacs")
+ (description "This package provides an extensible Emacs dashboard, with
sections for bookmarks, Projectile projects, Org Agenda and more.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-slime-company
(package
- 02/44: gnu: emacs-relint: Update to 1.23., (continued)
- 02/44: gnu: emacs-relint: Update to 1.23., guix-commits, 2023/09/01
- 08/44: gnu: emacs-ac-php: Update to 2.5.0., guix-commits, 2023/09/01
- 09/44: gnu: emacs-auto-compile: Update to 1.8.2., guix-commits, 2023/09/01
- 06/44: gnu: emacs-tramp: Update to 2.6.1.2., guix-commits, 2023/09/01
- 03/44: gnu: emacs-auctex: Update to 13.2.1., guix-commits, 2023/09/01
- 04/44: gnu: emacs-compat: Update to 29.1.4.2., guix-commits, 2023/09/01
- 11/44: gnu: emacs-cape: Update to 0.17., guix-commits, 2023/09/01
- 05/44: gnu: emacs-websocket: Update to 1.15., guix-commits, 2023/09/01
- 19/44: gnu: emacs-dracula-theme: Update to 1.8.0., guix-commits, 2023/09/01
- 24/44: gnu: emacs-emms: Update to 16., guix-commits, 2023/09/01
- 16/44: gnu: emacs-dashboard: Update to 1.8.0.,
guix-commits <=
- 15/44: gnu: emacs-counsel-tramp: Update to 0.7.7., guix-commits, 2023/09/01
- 22/44: gnu: emacs-ef-themes: Update to 1.3.0., guix-commits, 2023/09/01
- 26/44: gnu: emacs-geiser: Update to 0.29.1., guix-commits, 2023/09/01
- 28/44: gnu: emacs-inspector: Update to 0.33., guix-commits, 2023/09/01
- 29/44: gnu: emacs-logview: Update to 0.17., guix-commits, 2023/09/01
- 31/44: gnu: emacs-org-inline-pdf: Update to 0.5., guix-commits, 2023/09/01
- 32/44: gnu: emacs-org: Update to 9.6.8., guix-commits, 2023/09/01
- 17/44: gnu: emacs-datetime: Update to 0.8., guix-commits, 2023/09/01
- 18/44: gnu: emacs-dired-rsync: Update to 0.7., guix-commits, 2023/09/01
- 20/44: gnu: emacs-dtrt-indent: Update to 1.14., guix-commits, 2023/09/01