diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-01-31 14:40:16 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-02-01 01:57:21 +0100 |
| commit | 8129a2c8ea2cd9b3334bd9fbe11bf3316828158a (patch) | |
| tree | 2237627b652bf50eb14f7f15a65fad695689330f /gnu | |
| parent | e1223981dbf803b87708478ad077cf7c978dceac (diff) | |
gnu: emacs-minions: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 1.2.0.
Change-Id: I8826a8f8954f36805cdea6dd7467ba0332d73446
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 |
