summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-06 20:50:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-06 20:51:20 +0200
commit5c38e5e24ead5e634de6555d71aa68ebcd924d73 (patch)
tree00b6b79ed04197d6f5b1d7d5cd3668be44b8a41f /gnu/packages/messaging.scm
parenta068ed6a5f5b3535fce49ac4eca1fec82edd6fdc (diff)
downloadguix-patches-5c38e5e24ead5e634de6555d71aa68ebcd924d73.tar
guix-patches-5c38e5e24ead5e634de6555d71aa68ebcd924d73.tar.gz
gnu: pidgin: Update to 2.14.5.
* gnu/packages/messaging.scm (pidgin): Update to 2.14.5.
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r--gnu/packages/messaging.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1713aa7ceb..4a9666e206 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -790,7 +790,7 @@ authentication.")
(define-public pidgin
(package
(name "pidgin")
- (version "2.14.4")
+ (version "2.14.5")
(source
(origin
(method url-fetch)
@@ -798,7 +798,7 @@ authentication.")
(string-append "mirror://sourceforge/pidgin/Pidgin/"
version "/pidgin-" version ".tar.gz"))
(sha256
- (base32 "1h952bh2jdm9jymzpj4dgmh530yh7pag2janfz6d5m1r4mljwraq"))
+ (base32 "12llip3r8126gph82r638xjv2v2rg34qgggn1nbwfmc3s7halimr"))
(patches
(search-patches "pidgin-add-search-path.patch"))
(modules '((guix build utils)))