@@ 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))