[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-list-utils: Update to 0.4.6.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-list-utils: Update to 0.4.6. |
Date: |
Fri, 23 Oct 2020 06:19:34 -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 dd37141 gnu: emacs-list-utils: Update to 0.4.6.
dd37141 is described below
commit dd37141ebf12e72879a73bb36ff6aea0dbd47d9d
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Oct 21 22:56:42 2020 +0200
gnu: emacs-list-utils: Update to 0.4.6.
* gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.6.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 ef3cb5b..035f961 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14869,7 +14869,7 @@ and @code{erc-send-modify-hook} to download and show
images.")
(define-public emacs-list-utils
(package
(name "emacs-list-utils")
- (version "0.4.4")
+ (version "0.4.6")
(source
(origin
(method git-fetch)
@@ -14878,7 +14878,7 @@ and @code{erc-send-modify-hook} to download and show
images.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz"))))
+ (base32 "07hbz2md52ccy95gv4d5n6szrfmpfqf3w4kwqdg2cf54c7kgf7hw"))))
(build-system emacs-build-system)
(home-page "https://github.com/rolandwalker/list-utils")
(synopsis "List-manipulation utility functions")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-list-utils: Update to 0.4.6.,
guix-commits <=