diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 320473ed5e..1ea1ea4bcf 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3068,7 +3068,7 @@ bottom, or top, of the buffer, or to a trash file.") (define-public emacs-minions (package (name "emacs-minions") - (version "1.1.2") + (version "1.2.0") (source (origin (method git-fetch) @@ -3077,7 +3077,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 "06s2gd47q2lp4lj0ycrjihhn41ws9d3mh6ap9a7gz3b0blifpb4i")))) + (base32 "0kl269rq1abjcpnxffd8xgcdw3bwgcq31bzfvmp8wvdnkdpfi3ci")))) (build-system emacs-build-system) (arguments (list #:test-command |
