summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-15 20:58:42 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-16 02:03:25 +0200
commitf04a7ef5b6265a7c84aa41386fb99fe83ad024cb (patch)
tree54ab4b5b4aa30e41f1d93878e659c8fca3345f84 /gnu/packages
parentad8cdc7b89d8f2d4406c70d3833f77f2f4cb20e4 (diff)
downloadguix-patches-f04a7ef5b6265a7c84aa41386fb99fe83ad024cb.tar
guix-patches-f04a7ef5b6265a7c84aa41386fb99fe83ad024cb.tar.gz
gnu: swaks: Update to 20201014.0.
* gnu/packages/mail.scm (swaks): Update to 20201014.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e49a8bdae1..8e85c7b7eb 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)