mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: libsysstat: Update to 1.1.0.
* gnu/packages/lxqt.scm (libsysstat): Update to 1.1.0. [inputs]: Replace qtbase-5 with qtbase. Change-Id: Ib9214bce447c945bac63ac6503e39c40411a9b4d
This commit is contained in:
parent
fa90a7152a
commit
4f3548a004
1 changed files with 3 additions and 3 deletions
|
@ -250,18 +250,18 @@ (define-public liblxqt
|
|||
(define-public libsysstat
|
||||
(package
|
||||
(name "libsysstat")
|
||||
(version "0.4.6")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ghkzgz3ypjii08f00g26pnmw0s5naf344p83dwnf3kfdlykiip6"))))
|
||||
(base32 "0c6lr2z2n5dyyr6mawqxky8qwqlcjib6kdb0ls0lldmi8f65wvlr"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #f)) ; no tests
|
||||
(inputs
|
||||
(list qtbase-5))
|
||||
(list qtbase))
|
||||
(native-inputs
|
||||
(list lxqt-build-tools))
|
||||
(home-page "https://lxqt-project.org")
|
||||
|
|
Loading…
Reference in a new issue