mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-helm-eww: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-helm-eww): Update to 1.2.
This commit is contained in:
parent
4d0f20d91c
commit
98a1ca7eb2
1 changed files with 2 additions and 2 deletions
|
@ -10698,7 +10698,7 @@ (define-public emacs-parinfer-mode
|
|||
(define-public emacs-helm-eww
|
||||
(package
|
||||
(name "emacs-helm-eww")
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -10707,7 +10707,7 @@ (define-public emacs-helm-eww
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dvlp7y6kqc4azg5b7jx5lz2rwd0ia7y0y3hcj9y23zd88r73lg7"))))
|
||||
"0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
|
||||
(propagated-inputs
|
||||
`(("emacs-helm" ,emacs-helm)))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Reference in a new issue