diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-28 19:53:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-28 22:31:00 +0200 |
commit | 7bbdd943e77b68d64bcdfa1693e293e31676cfc3 (patch) | |
tree | 7a583d1bd624f07d94291aa5f97581897acefdb7 | |
parent | 4fca5a44f6eda4a0f623a9f61a96df0c2655ef38 (diff) | |
download | patches-7bbdd943e77b68d64bcdfa1693e293e31676cfc3.tar patches-7bbdd943e77b68d64bcdfa1693e293e31676cfc3.tar.gz |
gnu: claws-mail: Update to 3.17.1.
* gnu/packages/mail.scm (claws-mail): Update to 3.17.1.
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index fc8436452a..1f7e971d60 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1011,7 +1011,7 @@ compresses it.") (define-public claws-mail (package (name "claws-mail") - (version "3.17.0") + (version "3.17.1") (source (origin (method url-fetch) (uri (string-append @@ -1019,7 +1019,7 @@ compresses it.") ".tar.xz")) (sha256 (base32 - "119y6q9p8zwm2xqlbkgqd119a529kjqlyldmb4h940z6c2qyjhqm")))) + "1wknxbwyzm5xjh3cqmddcxmvp1rkp301qga5n5rgfi7vcd0myyvm")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) (inputs `(("bogofilter" ,bogofilter) |