gnu: quassel: Update to 0.12.4.
* gnu/packages/irc.scm (quassel): Update to 0.12.4.
This commit is contained in:
parent
34879162bc
commit
957ba69290
|
@ -52,7 +52,7 @@
|
||||||
(define-public quassel
|
(define-public quassel
|
||||||
(package
|
(package
|
||||||
(name "quassel")
|
(name "quassel")
|
||||||
(version "0.12.3")
|
(version "0.12.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d6lwf6qblj1ia5j9mjy112zrmpbbg9mmxgscbgxiqychldyjgjd"))))
|
"0ka456fb8ha3w7g74xlzfg6w4azxjjxgrhl4aqpbwg3lnd6fbr4k"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The three binaries are not mutually exlusive, and are all built
|
;; The three binaries are not mutually exlusive, and are all built
|
||||||
|
|
Loading…
Reference in New Issue