[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-minions: Update to 0.3.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-minions: Update to 0.3.4. |
Date: |
Tue, 27 Oct 2020 17:52:38 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 697964e gnu: emacs-minions: Update to 0.3.4.
697964e is described below
commit 697964ef6501a679e49dcd16b46122e8b46f836e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 27 22:52:02 2020 +0100
gnu: emacs-minions: Update to 0.3.4.
* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 0.3.4.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8410892..a98600c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -672,16 +672,16 @@ process, passing on the arguments as command line
arguments.")
(define-public emacs-minions
(package
(name "emacs-minions")
- (version "0.3.2")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/tarsius/minions")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "16rplpbfy3dnvqqgavk9jb1f1ihr5875zlixd4zxb1pqxs3jkgw3"))))
+ (version "0.3.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tarsius/minions")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1rvsfg9aabvyzzxd38kvjwkm9675zcmrfhzj5x6wj0ba3n0k34q5"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-minions: Update to 0.3.4.,
guix-commits <=