guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: emacs-elpher: Update to 3.3.3.


From: guix-commits
Subject: 06/06: gnu: emacs-elpher: Update to 3.3.3.
Date: Tue, 26 Apr 2022 22:34:57 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit fb2c136eb37481a11a8c7a3110c27dae196d7a6e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Tue Apr 26 23:19:01 2022 -0300

    gnu: emacs-elpher: Update to 3.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.3.3.
---
 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 6917879015..db1663c677 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26704,7 +26704,7 @@ it forcibly
 (define-public emacs-elpher
   (package
     (name "emacs-elpher")
-    (version "3.3.2")
+    (version "3.3.3")
     (source
      (origin
        (method git-fetch)
@@ -26713,7 +26713,7 @@ it forcibly
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1p43x7mf14q84armxhp294xaclq5c6mpggq619ravia0kdrqij1w"))))
+        (base32 "166fjq9d883hifa35zklyjrm4c575nd6zxdx7akbwibrgwi65bl0"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]