mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: emacs-minions: Update to 1.0.3.
* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 1.0.3. Change-Id: I3d124e2e45dc6fb82413a9ac5f5bfd2d7e9d62c3
This commit is contained in:
parent
36614b89d0
commit
b72accf1aa
1 changed files with 2 additions and 2 deletions
|
@ -2177,7 +2177,7 @@ bottom, or top, of the buffer, or to a trash file.")
|
|||
(define-public emacs-minions
|
||||
(package
|
||||
(name "emacs-minions")
|
||||
(version "1.0.2")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2186,7 +2186,7 @@ bottom, or top, of the buffer, or to a trash file.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10pxhsl9yr1nkbkhhvz5iq1q2dbcl315b6q02v23wmns66a9akya"))))
|
||||
(base32 "1rinshdxln1wvzf7by8gq9wiqgcqy406k5jl1f86jd17b3wv5bxx"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat emacs-dash))
|
||||
|
|
Loading…
Add table
Reference in a new issue