me
/
guix
Archived
1
0
Fork 0

gnu: loudmouth: Update to 1.5.4.

* gnu/packages/messaging.scm (loudmouth) [version]: Update to 1.5.4.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
master
Raghav Gururajan 2021-02-23 15:41:48 -05:00 committed by Danny Milosavljevic
parent 337cb4a048
commit 866e2b121c
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -1889,7 +1889,7 @@ many bug fixes.")
(define-public loudmouth
(package
(name "loudmouth")
(version "1.5.3")
(version "1.5.4")
(source
(origin
(method url-fetch)
@ -1897,7 +1897,7 @@ many bug fixes.")
name "-" version ".tar.bz2"))
(sha256
(base32
"0b6kd5gpndl9nzis3n6hcl0ldz74bnbiypqgqa1vgb0vrcar8cjl"))))
"03adv5xc84l9brcx0dpyqyffmsclans8yfrpnd357k6x3wfckjri"))))
(build-system gnu-build-system)
(inputs
`(("glib" ,glib)