GNU bug report logs -
#58723
[PATCH] gnu: emacs-ement: Update to 0.4.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sat, 22 Oct 2022 19:01:02 UTC
Severity: normal
Tags: patch
Done: Michael Rohleder <mike <at> rohleder.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.4.
---
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 06ec9dd904..30c50a9994 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17152,7 +17152,7 @@ (define-public emacs-plz
(define-public emacs-ement
(package
(name "emacs-ement")
- (version "0.3.1")
+ (version "0.4")
(source
(origin
(method git-fetch)
@@ -17161,7 +17161,7 @@ (define-public emacs-ement
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ap4zxn2ba8bvmzm77aa4bnxgb1hnz5cymcim9jzy7b67bgapmy7"))))
+ (base32 "0pcszmcbq2lwjzpz3jd378sdqb7jh0v0c0ak49nmc5gciljjlzcg"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support
--
2.38.0
This bug report was last modified 2 years and 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.