[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/38: gnu: emacs-ement: Update to 0.9.3.
From: |
guix-commits |
Subject: |
12/38: gnu: emacs-ement: Update to 0.9.3. |
Date: |
Sun, 21 May 2023 08:55:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 4fc7b21ddffcd039ed08d1eb4e495cfdb849ec79
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 13:13:26 2023 +0200
gnu: emacs-ement: Update to 0.9.3.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.9.3.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f83400efb2..53eebda52c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19194,7 +19194,7 @@ which avoids some of the issues with using Emacs’s
built-in Url library.")
(define-public emacs-ement
(package
(name "emacs-ement")
- (version "0.9.1")
+ (version "0.9.3")
(source
(origin
(method git-fetch)
@@ -19203,7 +19203,7 @@ which avoids some of the issues with using Emacs’s
built-in Url library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "126h4cb0iy8k7w0amn0xizq2mbk9ga8yjc6kz1qn0k73d6kqwxn6"))))
+ (base32 "1fh592y4v6iybdfh0b55k8nknzgsbcmy9g62ymvqz0wlhwq4h5h9"))))
(build-system emacs-build-system)
(arguments
(list #:emacs emacs)) ;need libxml support
- branch master updated (c15ae77bbc -> e499cb2c12), guix-commits, 2023/05/21
- 04/38: gnu: emacs-vundo: Update to 2.1.0., guix-commits, 2023/05/21
- 12/38: gnu: emacs-ement: Update to 0.9.3.,
guix-commits <=
- 07/38: gnu: emacs-editorconfig: Update to 0.10.1., guix-commits, 2023/05/21
- 11/38: gnu: emacs-elpher: Update to 3.5.0., guix-commits, 2023/05/21
- 13/38: gnu: emacs-find-file-in-project: Update to 6.2.1., guix-commits, 2023/05/21
- 14/38: gnu: emacs-ghq: Update to 0.2.0., guix-commits, 2023/05/21
- 15/38: gnu: emacs-ghq: Do not propagate ghq., guix-commits, 2023/05/21
- 16/38: gnu: emacs-ghub: Update to 3.6.0., guix-commits, 2023/05/21
- 18/38: gnu: emacs-gptel: Update to 0.3.6., guix-commits, 2023/05/21
- 03/38: gnu: emacs-excorporate: Update to 1.1.0., guix-commits, 2023/05/21
- 01/38: gnu: emacs-soap-client: Update to 3.2.3., guix-commits, 2023/05/21
- 02/38: gnu: Add emacs-url-http-oauth., guix-commits, 2023/05/21