[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-ement: Update to 0.2.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-ement: Update to 0.2.1. |
Date: |
Mon, 26 Sep 2022 15:34:21 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b9cdff6d73 gnu: emacs-ement: Update to 0.2.1.
b9cdff6d73 is described below
commit b9cdff6d73d3804e8c1ce5128ef65f8ea0ece325
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Sep 26 21:32:44 2022 +0200
gnu: emacs-ement: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.1.
---
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 788c31bca4..e3e65538cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17018,7 +17018,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.2")
+ (version "0.2.1")
(source
(origin
(method git-fetch)
@@ -17027,7 +17027,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 "1f1a00lywzzaaj4sqziz43bbxjfc0gdkqgbfqmai1drn8ihgnhxn"))))
+ (base32 "0kfh0vlsz4qnx4vwkwhkxawk5cpxgnvkar72wha9cxj8s6j51vx0"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-ement: Update to 0.2.1.,
guix-commits <=