[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: emacs-helm: Update to 3.8.9.
From: |
guix-commits |
Subject: |
06/07: gnu: emacs-helm: Update to 3.8.9. |
Date: |
Sat, 12 Nov 2022 05:34:14 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit f9ff7dd1cf5a3318f89b898f3d211d63da063f9b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 12 11:28:57 2022 +0100
gnu: emacs-helm: Update to 3.8.9.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.9.
---
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 d179d6f78d..f836880a35 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12673,7 +12673,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm
(package
(name "emacs-helm")
- (version "3.8.8")
+ (version "3.8.9")
(source
(origin
(method git-fetch)
@@ -12682,7 +12682,7 @@ ack, ag, helm and pt.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1i8hbdp5sg99h3imqydk4wd7mqsa04113yavk5sx1wgc17jm1l42"))))
+ (base32 "1gk4bq6ilbra85nlvr9hsj0h23bbrks6aryx5wsh8xkgaygw1plr"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-popup))
- branch master updated (01aa6e0454 -> c3cbe1c8da), guix-commits, 2022/11/12
- 02/07: gnu: emacs-exwm: Update to 0.27., guix-commits, 2022/11/12
- 01/07: gnu: emacs-subed: Update to 1.0.19., guix-commits, 2022/11/12
- 03/07: gnu: emacs-apheleia: Update to 3.1., guix-commits, 2022/11/12
- 04/07: gnu: emacs-ctrlf: Update to 1.6., guix-commits, 2022/11/12
- 06/07: gnu: emacs-helm: Update to 3.8.9.,
guix-commits <=
- 07/07: gnu: Add emacs-free-keys., guix-commits, 2022/11/12
- 05/07: gnu: emacs-prescient: Update to 6.0., guix-commits, 2022/11/12