me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm-company: Update to 0.2.7.

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

Change-Id: I8501312580308c9ed016c5b7ebf2fe9f7964823d
master
Nicolas Goaziou 2023-11-11 11:22:02 +01:00
parent 81ade34415
commit 23332c83a2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -26566,7 +26566,7 @@ tracking.")
(define-public emacs-helm-company
(package
(name "emacs-helm-company")
(version "0.2.5")
(version "0.2.7")
(source
(origin
(method git-fetch)
@ -26576,7 +26576,7 @@ tracking.")
(file-name (git-file-name name version))
(sha256
(base32
"1ci37w6ahnqrfpb284gjvxmimlf61sdxb9k192yy9q983cksv2hx"))))
"0zg878i48kmgw9lj772c3kx5v13k9k2afz98j65jx2bjbcm9f338"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-helm emacs-company))