Archived
1
0
Fork 0

gnu: purple-mattermost: Update to 1.2-0.158ce20.

* gnu/packages/messaging.scm (purple-mattermost): Update to commit 158ce20.
This commit is contained in:
Ludovic Courtès 2020-09-17 09:53:35 +02:00 committed by Ludovic Courtès
parent 679d5e6b3d
commit 13a5d9f9e3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -350,18 +350,22 @@ access to servers running the Discord protocol.")
(license license:gpl2+)))
(define-public purple-mattermost
;; The latest release (1.2) only supports Mattermost's /api/v3. Choose a
;; commit that supports /api/v4.
(let ((commit "158ce2052af9aaf3d1f6f045f0cfba276e0e91cf")
(revision "0"))
(package
(name "purple-mattermost")
(version "1.2")
(version (git-version "1.2" revision commit))
(home-page "https://github.com/EionRobb/purple-mattermost")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page)
(commit (string-append "v" version))))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0fm49iv58l09qpy8vkca3am642fxiwcrrh6ykimyc2mas210b5g2"))))
"1481zm20pnfq52ncg7hxayjq8cw3a6yh9m4jm1m5s8chsq04015l"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@ -392,7 +396,7 @@ access to servers running the Discord protocol.")
"Purple-Mattermost is a plug-in for Purple, the instant messaging library
used by Pidgin and Bitlbee, among others, to access
@uref{https://mattermost.com/, Mattermost} servers.")
(license license:gpl3+)))
(license license:gpl3+))))
(define-public hexchat
(package