diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-29 20:30:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-29 20:43:38 +0200 |
commit | 0eeade9b5338774eb22fc79365a606fe45cb002a (patch) | |
tree | 13c169a241b6ea3d376a64884c54b02e9fe09883 /gnu/packages/mail.scm | |
parent | 3b68a9b66eef5ff22d3cff02c4e4f35d928e4a88 (diff) | |
download | patches-0eeade9b5338774eb22fc79365a606fe45cb002a.tar patches-0eeade9b5338774eb22fc79365a606fe45cb002a.tar.gz |
gnu: pan: Update to 0.145.
* gnu/packages/mail.scm (pan): Update to 0.145.
Diffstat (limited to 'gnu/packages/mail.scm')
-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 a5f152532c..b61d841d21 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2495,7 +2495,7 @@ killed threads.") (define-public pan (package (name "pan") - (version "0.144") + (version "0.145") (source (origin (method url-fetch) @@ -2503,7 +2503,7 @@ killed threads.") version "/source/" name "-" version ".tar.bz2")) (sha256 (base32 - "0l07y75z8jxhbmfv28slw81gjncs7i89x7fq44zif7xhq5vy7yli")))) + "1b4wamv33hprghcjk903bpvnd233yxyrm18qnh13alc8h1553nk8")))) (arguments `(#:configure-flags '("--with-gtk3" "--with-gtkspell" "--with-gnutls" "--enable-libnotify" "--enable-manual" |