mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-eacl: Update to 2.0.4.
* gnu/packages/emacs-xyz.scm (emacs-eacl): Update to 2.0.4.
This commit is contained in:
parent
a447f26263
commit
ff4b952325
1 changed files with 2 additions and 2 deletions
|
@ -23147,7 +23147,7 @@ (define-public emacs-tramp-auto-auth
|
||||||
(define-public emacs-eacl
|
(define-public emacs-eacl
|
||||||
(package
|
(package
|
||||||
(name "emacs-eacl")
|
(name "emacs-eacl")
|
||||||
(version "2.0.1")
|
(version "2.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23157,7 +23157,7 @@ (define-public emacs-eacl
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ksn11sm3g1ja5lpjz3hrzzw8b480mfcb3q589m52qjgvvn5iyfv"))))
|
"0fxb2lv4cqdjxarqhzjgfc43sncc1c6m96n0aflm8l4gdmm090kq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-ivy" ,emacs-ivy)))
|
`(("emacs-ivy" ,emacs-ivy)))
|
||||||
|
|
Loading…
Reference in a new issue