gnu: libsysstat: Update to 0.4.2.
* gnu/packages/lxqt.scm (libsysstat): Update to 0.4.2. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
		
							parent
							
								
									9f87e52fbb
								
							
						
					
					
						commit
						4c3553ab41
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -239,14 +239,14 @@ components of the LXQt desktop environment.") | ||||||
| (define-public libsysstat | (define-public libsysstat | ||||||
|   (package |   (package | ||||||
|     (name "libsysstat") |     (name "libsysstat") | ||||||
|     (version "0.4.1") |     (version "0.4.2") | ||||||
|     (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 "0ngz8v3bixsdg96d5ipcyxd6nsrg52974xdxy9rnimahlv1yaxn3")))) |         (base32 "0rz9w49khra9kl91kfnd3wxkldy1fqf6755mvlgbsqxb1yv8597w")))) | ||||||
|     (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