[PATCH] gnu: emacs-ement: Update to 0.4.

  • Done
  • quality assurance status badge
Details
One participant
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221022185920.11836-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.4.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Michael Rohleder wrote 2 years ago
(address . 58723-done@debbugs.gnu.org)
87r0yyy5co.fsf@rohleder.de
Nicolas has pushed 27bda6c5f99198a3bab8a8c3cbecaacdd189a6c0 -> close.
Thx!

--
Marriage is the triumph of imagination over intelligence.
Second marriage is the triumph of hope over experience. - Oscar Wilde.
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmNVUWcRHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyU6dQf8Cd/5hUUezIWhohainvosJS3d9L2aus/r
NTiEKp68gVSpWNcXoPkzxsD05pJB3tTwahqKbjJ8o+Xx7mbEkDHyEge0AobREou8
ONcYn4e9T7/lGca109YXGe2i+yOCFNYUg5dwLCM+z/r74M9kCnq6Ann4dvUKziIE
ivmJkoDsblLe56EmosxMVybSwse02zgCf8LXtKlZcp3YDvwtxQC/a6CGR4GpI7OT
IQuMRaOJaTstl5zrwoXOee11rmgiNg64rTSXQqdTqDJXqxd66p1ZPWUy0ufvu3pC
9h3OBYhpehB6IU2JbVwocQBX/m1iV3/6IvOYU9F7Dj6SF6GAk3S+GA==
=5sAp
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58723@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58723
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help