gnu: quaternion: Update to 0.0.9.4c.
* gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4c.
This commit is contained in:
parent
0395c53359
commit
1e9b956e41
|
@ -1762,27 +1762,27 @@ QMatrixClient project.")
|
||||||
(define-public quaternion
|
(define-public quaternion
|
||||||
(package
|
(package
|
||||||
(name "quaternion")
|
(name "quaternion")
|
||||||
(version "0.0.9.3")
|
(version "0.0.9.4c")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/QMatrixClient/Quaternion")
|
(url "https://github.com/QMatrixClient/Quaternion")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0gpv6b3nn3lsyym8809kiqkpdszfasldqjpk5s542zyn41gdlql4"))))
|
||||||
"1hr9zqf301rg583n9jv256vzj7y57d8qgayk7c723bfknf1s6hh3"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libqmatrixclient" ,libqmatrixclient)
|
`(("libqmatrixclient" ,libqmatrixclient)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qtdeclarative" ,qtdeclarative)
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
("qtmultimedia" ,qtmultimedia)
|
||||||
("qtquickcontrols" ,qtquickcontrols)
|
("qtquickcontrols" ,qtquickcontrols)
|
||||||
("qtsvg" ,qtsvg)
|
("qtsvg" ,qtsvg)
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No tests
|
`(#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'install 'wrap-program
|
(add-after 'install 'wrap-program
|
||||||
|
@ -1804,8 +1804,8 @@ QMatrixClient project.")
|
||||||
messaging protocol. It uses libqmatrixclient and is its reference client
|
messaging protocol. It uses libqmatrixclient and is its reference client
|
||||||
implementation. Quaternion and libqmatriclient together form the
|
implementation. Quaternion and libqmatriclient together form the
|
||||||
QMatrixClient project.")
|
QMatrixClient project.")
|
||||||
(license (list license:gpl3+ ; all source code
|
(license (list license:gpl3+ ; all source code
|
||||||
license:lgpl3+)))) ; icons/breeze
|
license:lgpl3+)))) ; icons/breeze
|
||||||
|
|
||||||
(define-public hangups
|
(define-public hangups
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue