[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: notmuch: Update to 0.26.1.
From: |
Marius Bakke |
Subject: |
03/03: gnu: notmuch: Update to 0.26.1. |
Date: |
Mon, 2 Apr 2018 11:04:55 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 35b3135f5d1afca65bab3641193fc73f2b5e46b2
Author: Marius Bakke <address@hidden>
Date: Mon Apr 2 17:00:25 2018 +0200
gnu: notmuch: Update to 0.26.1.
* gnu/packages/mail.scm (notmuch): Update to 0.26.1.
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e649aec..1c77d9e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -744,14 +744,14 @@ invoking @command{notifymuch} from the post-new hook.")
(define-public notmuch
(package
(name "notmuch")
- (version "0.26")
+ (version "0.26.1")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.gz"))
(sha256
(base32
- "1pvn1n7giv8n3xlazi3wpscdqhd2yak0fgv68aj23myr5bnr9s6k"))))
+ "0dx8nhdmkaqabxcgxfa757m99fi395y76h9ynx8539yh9m7y9xyk"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)