guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7806212482d39f9069151f191fcfc7b29bb366a3
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:39 2025 +0800

    gnu: mousepad: Update to 0.6.5.
    
    * gnu/packages/xfce.scm (mousepad): Update to 0.6.5.
    
    Change-Id: I0dddb9aafe914d9f694aaf7fafa6a588fa2c1c86
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index d7b5eca96f..31d7f51663 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1605,7 +1605,7 @@ of data to either CD/DVD/BD.")
 (define-public mousepad
   (package
     (name "mousepad")
-    (version "0.6.3")
+    (version "0.6.5")
     (source
      (origin
        (method git-fetch)
@@ -1614,7 +1614,7 @@ of data to either CD/DVD/BD.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pchp4jdy7xfgb0bk4pv06bphs6lmf1lr3ykyq2f351s5wqp2nrg"))))
+        (base32 "0yp0y7bkc9395r9ay70qvrzxkv466w55v05l132phlhair0jjb77"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-maintainer-mode" ;for mousepad-marshal.c

Reply via email to