gnu: quaternion: Don't use unstable tarball.

* gnu/packages/messaging.scm (quaternion)[source]: Download using git
reference and not autogenerated tarball.
This commit is contained in:
Efraim Flashner 2018-07-29 19:22:36 +03:00
parent c6b60d30ad
commit 6f066db11f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -1678,13 +1678,14 @@ QMatrixClient project.")
(version "0.0.9.2") (version "0.0.9.2")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/QMatrixClient/Quaternion/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/QMatrixClient/Quaternion")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0s2mpw11s2n21ds1spf94j1p2lj2px2bv5zxldlcx81ch0rb4ng8")))) "0zrr4khbbdf5ziq65gi0cb1yb1d0y5rv18wld22w1x96f7fkmrib"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libqmatrixclient" ,libqmatrixclient) `(("libqmatrixclient" ,libqmatrixclient)