mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-minions: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 1.0.2. Change-Id: Ic906f66c9d6487f367b54dde65c7d7ce46420e1d
This commit is contained in:
parent
195cf39883
commit
f955ecdbeb
1 changed files with 2 additions and 2 deletions
|
@ -2034,7 +2034,7 @@ bottom, or top, of the buffer, or to a trash file.")
|
|||
(define-public emacs-minions
|
||||
(package
|
||||
(name "emacs-minions")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2043,7 +2043,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 "1m51amzflq3l8x02azwjri721zf6aj0q4sld266j7fcyp24wwk1g"))))
|
||||
(base32 "10pxhsl9yr1nkbkhhvz5iq1q2dbcl315b6q02v23wmns66a9akya"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat emacs-dash))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue