3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: pidgin: Update to 2.14.5.

* gnu/packages/messaging.scm (pidgin): Update to 2.14.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-06 20:50:59 +02:00
parent a068ed6a5f
commit 5c38e5e24e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -790,7 +790,7 @@ authentication.")
(define-public pidgin (define-public pidgin
(package (package
(name "pidgin") (name "pidgin")
(version "2.14.4") (version "2.14.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -798,7 +798,7 @@ authentication.")
(string-append "mirror://sourceforge/pidgin/Pidgin/" (string-append "mirror://sourceforge/pidgin/Pidgin/"
version "/pidgin-" version ".tar.gz")) version "/pidgin-" version ".tar.gz"))
(sha256 (sha256
(base32 "1h952bh2jdm9jymzpj4dgmh530yh7pag2janfz6d5m1r4mljwraq")) (base32 "12llip3r8126gph82r638xjv2v2rg34qgggn1nbwfmc3s7halimr"))
(patches (patches
(search-patches "pidgin-add-search-path.patch")) (search-patches "pidgin-add-search-path.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))