mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: pidgin: Update to 2.13.0.
* gnu/packages/messaging.scm (pidgin): Update to 2.13.0.
This commit is contained in:
parent
a4cf65c804
commit
0fcb0e5076
1 changed files with 2 additions and 3 deletions
|
@ -371,15 +371,14 @@ (define-public ngircd
|
||||||
(define-public pidgin
|
(define-public pidgin
|
||||||
(package
|
(package
|
||||||
(name "pidgin")
|
(name "pidgin")
|
||||||
(version "2.12.0")
|
(version "2.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/pidgin/Pidgin/"
|
(uri (string-append "mirror://sourceforge/pidgin/Pidgin/"
|
||||||
version "/pidgin-" version ".tar.bz2"))
|
version "/pidgin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "13vdqj70315p9rzgnbxjp9c51mdzf1l4jg1kvnylc4bidw61air7"))
|
||||||
"1y5p2mq3bfw35b66jsafmbva0w5gg1k99y9z8fyp3jfksqv3agcc"))
|
|
||||||
(patches (search-patches "pidgin-add-search-path.patch"))))
|
(patches (search-patches "pidgin-add-search-path.patch"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue