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:
Nicolas Goaziou 2024-08-19 21:57:28 +02:00
parent 195cf39883
commit f955ecdbeb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2034,7 +2034,7 @@ bottom, or top, of the buffer, or to a trash file.")
(define-public emacs-minions (define-public emacs-minions
(package (package
(name "emacs-minions") (name "emacs-minions")
(version "1.0.1") (version "1.0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2043,7 +2043,7 @@ bottom, or top, of the buffer, or to a trash file.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1m51amzflq3l8x02azwjri721zf6aj0q4sld266j7fcyp24wwk1g")))) (base32 "10pxhsl9yr1nkbkhhvz5iq1q2dbcl315b6q02v23wmns66a9akya"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-compat emacs-dash)) (list emacs-compat emacs-dash))