guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libfm-qt: Update to 1.2.1.


From: guix-commits
Subject: 02/03: gnu: libfm-qt: Update to 1.2.1.
Date: Thu, 2 Mar 2023 01:20:55 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 2db95ac735464e1490c14cd7e5346b2c84be5ce0
Author: Juliana Sims <jtsims@protonmail.com>
AuthorDate: Wed Mar 1 15:15:40 2023 -0500

    gnu: libfm-qt: Update to 1.2.1.
    
    * gnu/packages/lxqt.scm (libfm-qt): Update to 1.2.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 ab04ec0c49..e12036779e 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -786,14 +786,14 @@ for LXQt.")
 (define-public libfm-qt
   (package
     (name "libfm-qt")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0b423s6bkwijjrh14wca49ypz79sxci9lalxc5s29vwbhync09x0"))))
+        (base32 "00r35gb4x6fnsv6z6digr3661cwykxn32xq23an1n044v38lry6x"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no tests



reply via email to

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