diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-08 21:57:04 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-08 21:57:04 +0100 |
commit | dc500a4ccf5108cea5f5264084c48e2d65e715e8 (patch) | |
tree | 2ddd08bd05242e91eb0d021645651692b1fee26a | |
parent | 183d3b8170ed3fc34b1c1050bc1e0e1965fab39a (diff) | |
download | guix-dc500a4ccf5108cea5f5264084c48e2d65e715e8.tar.gz |
gnu: emacs-elpher: Update to 3.3.2.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.3.2.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8fd6490592..4e9221322d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26457,7 +26457,7 @@ it forcibly (define-public emacs-elpher (package (name "emacs-elpher") - (version "3.3.1") + (version "3.3.2") (source (origin (method git-fetch) @@ -26466,7 +26466,7 @@ it forcibly (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "121hkssy6c15gdr76k3fmdpk82354hk597gvkap6dc9y5j5968mk")))) + (base32 "1p43x7mf14q84armxhp294xaclq5c6mpggq619ravia0kdrqij1w")))) (build-system emacs-build-system) (arguments (list |