gnu: lxqt-build-tools: Update to 0.6.0.
* gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.6.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
d1d8235e45
commit
5b7a354d72
@ -5,7 +5,7 @@
|
|||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 Nils Gillmann <ng0@n0.is>
|
;;; Copyright © 2017 Nils Gillmann <ng0@n0.is>
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com>
|
;;; Copyright © 2018, 2019 Meiyo Peng <meiyo@riseup.net>
|
||||||
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
@ -124,7 +124,7 @@ to statistics about the system on which it's run.")
|
|||||||
(define-public lxqt-build-tools
|
(define-public lxqt-build-tools
|
||||||
(package
|
(package
|
||||||
(name "lxqt-build-tools")
|
(name "lxqt-build-tools")
|
||||||
(version "0.5.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -132,7 +132,7 @@ to statistics about the system on which it's run.")
|
|||||||
"/download/" version
|
"/download/" version
|
||||||
"/lxqt-build-tools-" version ".tar.xz"))
|
"/lxqt-build-tools-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13b5x26p6ycnwzlgg1cgvlc88wjrjmlb3snrrmzh0xgh9h6hhvd6"))))
|
(base32 "0n0p0mf12n9f7zm2592779rpqrbcamfdz87nnjb8j058bc8g3214"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
Loading…
Reference in New Issue
Block a user