[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: swaks: Update to 20201014.0.
From: |
guix-commits |
Subject: |
06/12: gnu: swaks: Update to 20201014.0. |
Date: |
Thu, 15 Oct 2020 21:02:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f04a7ef5b6265a7c84aa41386fb99fe83ad024cb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 15 20:58:42 2020 +0200
gnu: swaks: Update to 20201014.0.
* gnu/packages/mail.scm (swaks): Update to 20201014.0.
---
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 e49a8bd..8e85c7b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3230,7 +3230,7 @@ on the fly. Both programs are written in C and are very
fast.")
(define-public swaks
(package
(name "swaks")
- (version "20190914.0")
+ (version "20201014.0")
(source
(origin
(method git-fetch)
@@ -3239,7 +3239,7 @@ on the fly. Both programs are written in C and are very
fast.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xd3952mm8r0nj32rhvciiaq8cx4hxvr7nqpv4njq18q6gv13qby"))))
+ (base32 "131i2b1yxhnbqkfk4kky40pfanqw2c5lcgbnjhfqp5cvpawpk2ai"))))
(build-system perl-build-system)
(inputs
`(("perl-io-socket-inet6" ,perl-io-socket-inet6)
- 03/12: gnu: asunder: Update to 2.9.7., (continued)
- 03/12: gnu: asunder: Update to 2.9.7., guix-commits, 2020/10/15
- 01/12: gnu: knot: Build separate outputs., guix-commits, 2020/10/15
- 04/12: gnu: fakeroot: Update to 1.25.3., guix-commits, 2020/10/15
- 05/12: gnu: swaks: Use git source., guix-commits, 2020/10/15
- 07/12: gnu: perl-email-sender: Update to 1.300035., guix-commits, 2020/10/15
- 09/12: gnu: xterm: Update to 361., guix-commits, 2020/10/15
- 10/12: gnu: chirp: Update to 20201014., guix-commits, 2020/10/15
- 08/12: gnu: praat: Update to 6.1.27., guix-commits, 2020/10/15
- 12/12: gnu: perl-role-tiny: Update to 2.001004., guix-commits, 2020/10/15
- 11/12: gnu: dmidecode: Update to 3.3., guix-commits, 2020/10/15
- 06/12: gnu: swaks: Update to 20201014.0.,
guix-commits <=