gnu: emacs-minions: Update to 0.3.4.
* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 0.3.4.
This commit is contained in:
parent
5bf1741106
commit
697964ef65
1 changed files with 10 additions and 10 deletions
|
@ -672,16 +672,16 @@ process, passing on the arguments as command line arguments.")
|
||||||
(define-public emacs-minions
|
(define-public emacs-minions
|
||||||
(package
|
(package
|
||||||
(name "emacs-minions")
|
(name "emacs-minions")
|
||||||
(version "0.3.2")
|
(version "0.3.4")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/tarsius/minions")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/tarsius/minions")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"16rplpbfy3dnvqqgavk9jb1f1ihr5875zlixd4zxb1pqxs3jkgw3"))))
|
(base32 "1rvsfg9aabvyzzxd38kvjwkm9675zcmrfhzj5x6wj0ba3n0k34q5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)))
|
`(("emacs-dash" ,emacs-dash)))
|
||||||
|
|
Reference in a new issue