nckx pushed a commit to branch master
in repository guix.
commit fe147c9750f6f17749137b17aa5a739659781acf
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sat Nov 30 23:56:55 2019 +0100
gnu: tnef: Update to 1.4.18.
* gnu/packages/mail.scm (tnef): Update to 1.4.18.
---
gnu/packages/mail.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 95d51a1..b0ddf46 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2920,7 +2920,7 @@ replacement for the @code{urlview} program.")
(define-public tnef
(package
(name "tnef")
- (version "1.4.17")
+ (version "1.4.18")
(source
(origin
(method git-fetch)
@@ -2928,8 +2928,7 @@ replacement for the @code{urlview} program.")
(url "https://github.com/verdammelt/tnef.git")
(commit version)))
(sha256
- (base32
- "0cq2xh5wd74qn6k2nnw5rayxgqhjl3jbzf4zlc4babcwxrv32ldh"))
+ (base32 "104g48mcm00bgiyzas2vf86331w7bnw7h3bc11ib4lp7rz6zqfck"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs