guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: libstatgrab: Update to 0.92.1.


From: guix-commits
Subject: 01/03: gnu: libstatgrab: Update to 0.92.1.
Date: Tue, 5 Oct 2021 07:45:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bf8e753aa0ba48dc8e975a21e53e174cafe390f8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 5 13:23:30 2021 +0200

    gnu: libstatgrab: Update to 0.92.1.
    
    * gnu/packages/lxqt.scm (libstatgrab): Update to 0.92.1.
---
 gnu/packages/lxqt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index c797b63..b80d21c 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]