gnu: pidgin-otr: Update to 4.0.2.

* gnu/packages/messaging.scm (pidgin-otr): Update to 4.0.2.
master
Mark H Weaver 2016-03-09 15:49:33 -05:00
parent 5adb3a4db4
commit f97334220c
1 changed files with 2 additions and 2 deletions

View File

@ -318,14 +318,14 @@ chat protocols.")
(define-public pidgin-otr
(package
(name "pidgin-otr")
(version "4.0.1")
(version "4.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://otr.cypherpunks.ca/"
name "-" version ".tar.gz"))
(sha256
(base32
"02pkkf86fh5jvzsdn9y78impsgzj1n0p81kc2girvk3vq941yy0v"))))
"1i5s9rrgbyss9rszq6c6y53hwqyw1k86s40cpsfx5ccl9bprxdgl"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)