gnu: libsysstat: Update to 0.4.6.
* gnu/packages/lxqt.scm (libsysstat): Update 0.4.6.
This commit is contained in:
parent
9914671af5
commit
c4a19dd79c
1 changed files with 2 additions and 2 deletions
|
@ -274,14 +274,14 @@ components of the LXQt desktop environment.")
|
||||||
(define-public libsysstat
|
(define-public libsysstat
|
||||||
(package
|
(package
|
||||||
(name "libsysstat")
|
(name "libsysstat")
|
||||||
(version "0.4.5")
|
(version "0.4.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ljy5ggvqvpm3k6kfy03dn47ygr9lzi8hmqws4dcqfc9sx86b6zi"))))
|
(base32 "1ghkzgz3ypjii08f00g26pnmw0s5naf344p83dwnf3kfdlykiip6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no tests
|
(arguments '(#:tests? #f)) ; no tests
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue