guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

37/63: gnu: emacs-minions: Update to 1.0.2.


From: guix-commits
Subject: 37/63: gnu: emacs-minions: Update to 1.0.2.
Date: Mon, 19 Aug 2024 16:47:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f955ecdbeb37605e814cd6f0bd6888f80e11ddd1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 19 21:57:28 2024 +0200

    gnu: emacs-minions: Update to 1.0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-minions): Update to 1.0.2.
    
    Change-Id: Ic906f66c9d6487f367b54dde65c7d7ce46420e1d
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 632af1b031..50b3a4db72 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2034,7 +2034,7 @@ bottom, or top, of the buffer, or to a trash file.")
 (define-public emacs-minions
   (package
     (name "emacs-minions")
-    (version "1.0.1")
+    (version "1.0.2")
     (source
      (origin
        (method git-fetch)
@@ -2043,7 +2043,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 "1m51amzflq3l8x02azwjri721zf6aj0q4sld266j7fcyp24wwk1g"))))
+        (base32 "10pxhsl9yr1nkbkhhvz5iq1q2dbcl315b6q02v23wmns66a9akya"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-compat emacs-dash))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]