summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2022-11-28 11:14:01 +0800
committer宋文武 <iyzsong@member.fsf.org>2022-11-28 11:14:01 +0800
commit18e53bd145ef9c63238fc0be3cb11b016012f548 (patch)
treeb1c8d004bd2160ca77083a0c94dceaf51fb93143 /gnu
parent0a03e718d238c284756c822f54516009df9d21c5 (diff)
downloadguix-18e53bd145ef9c63238fc0be3cb11b016012f548.tar.gz
gnu: lximage-qt: Update to 1.2.0.
* gnu/packages/lxqt.scm (lximage-qt): Update to 1.2.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lxqt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 7b3aa82862..f5fc874555 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -873,14 +873,14 @@ manager Compton.")
 (define-public lximage-qt
   (package
     (name "lximage-qt")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0nal8n7nmkafapdbcs9c8rk313md2fak4xjl9m56n10dxcjpi2wb"))))
+        (base32 "0qz40vlps82nzz62w7d9ar43gmzvlk9wqzm8lwga90vip8gb2zkm"))))
     (build-system cmake-build-system)
     (inputs
      (list libexif libfm-qt qtbase-5 qtsvg-5 qtx11extras))