me
/
guix
Archived
1
0
Fork 0

gnu: libstatgrab: Update to 0.92.1.

* gnu/packages/lxqt.scm (libstatgrab): Update to 0.92.1.
master
Tobias Geerinckx-Rice 2021-10-05 13:23:30 +02:00
parent b54bf075c5
commit bf8e753aa0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -101,14 +101,14 @@ and import their menus over DBus.")
(define-public libstatgrab
(package
(name "libstatgrab")
(version "0.92")
(version "0.92.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://ftp.i-scream.org/pub/i-scream/libstatgrab/"
name "-" version ".tar.gz"))
(sha256
(base32 "15m1sl990l85ijf8pnc6hdfha6fqyiq74mijrzm3xz4zzxm91wav"))))
(base32 "04bcbln3qlilxsyh5hrwdrv7x4pfv2lkwdwa98bxfismd15am22n"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-tests")))