[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0.
From: |
Dimos Dimakakos |
Subject: |
[bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. |
Date: |
Fri, 3 Apr 2020 12:24:12 +0300 |
From: Dimakakos Dimos <address@hidden>
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.7.0.
---
gnu/packages/emacs-xyz.scm | 63 ++++++++++++++++++++++++++++++++++++--
1 file changed, 61 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 782d8650dd..d1b34ccc03 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20278,7 +20278,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
- (version "0.6.0")
+ (version "0.7.0")
(source
(origin
(method git-fetch)
@@ -20287,7 +20287,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "15z6qq0b0npp7hscmh04i3mi10bynzdy52fv2b160nji264zvcwa"))))
+ (base32 "0nw3jlx2h9127y9b8mmyrps9jyvr33yz2dr9q33j9fll1b8wapn0"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/protesilaos/modus-themes")
(synopsis "Emacs themes designed for colour-contrast accessibility")
@@ -21760,3 +21760,62 @@ enables modal editing and composition of commands,
too. It combines ideas of
other Editors like Vim or Kakoune and tries to align them with regular Emacs
conventions.")
(license license:gpl3+)))
+
+(define-public emacs-emacsql-sqlite
+ (package
+ (name "emacs-emacsql-sqlite")
+ (version "20190727.1710")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/emacsql-sqlite-"
+ version
+ ".tar"))
+ (sha256
+ (base32
+ "1lx06hlbj9yfflv7nw6ngsm3vhchyzqbm1wlzfxrwx9zi54xm7h4"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-emacsql" ,emacs-emacsql)))
+ (home-page "https://github.com/skeeto/emacsql")
+ (synopsis "EmacSQL back-end for SQLite")
+ (description
+ "During package installation EmacSQL will attempt to compile a
+custom native binary for communicating with a SQLite database.
+")
+ (license #f)))
+
+(define-public emacs-org-roam
+ (package
+ (name "emacs-org-roam")
+ (version "20200329.1330")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/org-roam-"
+ version
+ ".tar"))
+ (sha256
+ (base32
+ "166sxsv259iclvzr4p9ip4lprmrsydwjcr4rvg3xz144pld4qwf3"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-f" ,emacs-f)
+ ("emacs-s" ,emacs-s)
+ ("emacs-org" ,emacs-org)
+ ("emacs-emacsql" ,emacs-emacsql)
+ ("emacs-emacsql-sqlite" ,emacs-emacsql-sqlite)))
+ (home-page
+ "https://github.com/jethrokuan/org-roam")
+ (synopsis "Roam Research replica with Org-mode")
+ (description
+ "This library is an attempt at injecting Roam functionality into
Org-mode.
+This is achieved primarily through building caches for forward links,
+backward links, and file titles.
+")
+ (license #f)))
+
+
--
2.26.0
- [bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0.,
Dimos Dimakakos <=
[bug#40402] [PATCH 0/3] Deprecate emacs-modus-themes, Dimakis Dimakakos, 2020/04/03