1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02: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:
Nicolas Goaziou 2025-01-26 19:31:47 +01:00
parent 36614b89d0
commit b72accf1aa
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2177,7 +2177,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.2") (version "1.0.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2186,7 +2186,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 "10pxhsl9yr1nkbkhhvz5iq1q2dbcl315b6q02v23wmns66a9akya")))) (base32 "1rinshdxln1wvzf7by8gq9wiqgcqy406k5jl1f86jd17b3wv5bxx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-compat emacs-dash)) (list emacs-compat emacs-dash))