gnu: libmesode: Update to 0.9.2.
* gnu/packages/messaging.scm (libmesode): Update to 0.9.2.
This commit is contained in:
parent
c60d5a2528
commit
b44a18c8f2
|
@ -1472,7 +1472,7 @@ is also scriptable and extensible via Guile.")
|
|||
(define-public libmesode
|
||||
(package
|
||||
(name "libmesode")
|
||||
(version "0.9.1")
|
||||
(version "0.9.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1481,7 +1481,7 @@ is also scriptable and extensible via Guile.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zb1x422zkpnxrz9d2b7pmi8ms60lbw49yh78mydqfypsmj2iyfh"))))
|
||||
"06f5nfaypvxrbsinxa1k2vrxrs7kqmg38g4wwwk5d63hpn1pj8ak"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("expat" ,expat)
|
||||
|
|
Loading…
Reference in New Issue