[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: emacs-ement: Update to 0.3.1.
From: |
guix-commits |
Subject: |
03/07: gnu: emacs-ement: Update to 0.3.1. |
Date: |
Thu, 6 Oct 2022 18:59:53 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 23c97e2e887d7bca3787b6d06bbe3e5cd659ab67
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 7 00:44:07 2022 +0200
gnu: emacs-ement: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.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 bae5f94a7f..0f6a7f0b04 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17130,7 +17130,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.3")
+ (version "0.3.1")
(source
(origin
(method git-fetch)
@@ -17139,7 +17139,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 "0ing4pdqh4z3jsk9qb8qc5n968c27mxn0yq0h102plrb7fafd8ic"))))
+ (base32 "1ap4zxn2ba8bvmzm77aa4bnxgb1hnz5cymcim9jzy7b67bgapmy7"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support
- branch master updated (cb731c80ff -> 8319be779f), guix-commits, 2022/10/06
- 05/07: gnu: emacs-lcr: Update to 1.2., guix-commits, 2022/10/06
- 07/07: gnu: extractpdfmark: Improve package style., guix-commits, 2022/10/06
- 06/07: gnu: extractpdfmark: Update to 1.1.1., guix-commits, 2022/10/06
- 03/07: gnu: emacs-ement: Update to 0.3.1.,
guix-commits <=
- 01/07: gnu: emacs-debbugs: Update to 0.34., guix-commits, 2022/10/06
- 02/07: gnu: emacs-emms: Update to 12., guix-commits, 2022/10/06
- 04/07: gnu: emacs-org-re-reveal: Update to 3.16.0., guix-commits, 2022/10/06