Archived
1
0
Fork 0

gnu: emacs-helm: Update to 3.9.7.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.7.

Change-Id: I08be44a04cb5e829517cc6d406efa546b1c5c763
This commit is contained in:
Nicolas Goaziou 2024-01-21 23:52:39 +01:00
parent f76fb72bec
commit c6daf5d617
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15375,7 +15375,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm (define-public emacs-helm
(package (package
(name "emacs-helm") (name "emacs-helm")
(version "3.9.6") (version "3.9.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -15384,7 +15384,7 @@ ack, ag, helm and pt.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "01b2608gsly557927wdkp71mbakk7h23icjnxq097r12zra4agc7")))) (base32 "0f7vwrvxg83gril2y5qm4469nzhy51dg49zn643pni6cmhz7r9mx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-async emacs-popup)) (list emacs-async emacs-popup))