[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: emacs-ement: Update to 0.2.
From: |
guix-commits |
Subject: |
03/06: gnu: emacs-ement: Update to 0.2. |
Date: |
Sat, 24 Sep 2022 14:52:55 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 54e5449df59684c541d36bb665438fb5ab36579b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 24 19:30:19 2022 +0200
gnu: emacs-ement: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.
---
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 8bdd9ea6ac..49d5709d6c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16830,7 +16830,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.1.4")
+ (version "0.2")
(source
(origin
(method git-fetch)
@@ -16839,7 +16839,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 "1kms6l14h6ig8kphzpkxv16z7gpvcwvcfsp5ljssdnrx0c7dzz16"))))
+ (base32 "1f1a00lywzzaaj4sqziz43bbxjfc0gdkqgbfqmai1drn8ihgnhxn"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support
- branch master updated (d46e955d93 -> f5f8a21cc9), guix-commits, 2022/09/24
- 02/06: gnu: emacs-mentor: Update to 0.4., guix-commits, 2022/09/24
- 01/06: gnu: emacs-subed: Update to 1.0.10., guix-commits, 2022/09/24
- 04/06: gnu: emacs-perspective: Update to 2.18., guix-commits, 2022/09/24
- 06/06: gnu: emacs-slack: Update to ff46d88., guix-commits, 2022/09/24
- 03/06: gnu: emacs-ement: Update to 0.2.,
guix-commits <=
- 05/06: gnu: Add emacs-piem., guix-commits, 2022/09/24