guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mousepad: Update to 0.6.1.


From: guix-commits
Subject: 02/02: gnu: mousepad: Update to 0.6.1.
Date: Sun, 14 May 2023 03:13:21 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit be21541778b4d7b101aec2c698d924a63ce699ee
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun May 14 15:10:52 2023 +0800

    gnu: mousepad: Update to 0.6.1.
    
    * gnu/packages/xfce.scm (mousepad): Update to 0.6.1.
---
 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 c8e56fe6b0..38d77cace2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1416,7 +1416,7 @@ of data to either CD/DVD/BD.")
 (define-public mousepad
   (package
     (name "mousepad")
-    (version "0.6.0")
+    (version "0.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/mousepad/";
@@ -1424,7 +1424,7 @@ of data to either CD/DVD/BD.")
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "1m0k36fbh1gkxps3yjfagjnka13ndcfk3r588bc9ka5qhb2salr2"))))
+                "0dpzzy03hlw6gljp7ywdi6np41r88p2nr7rypwzy6zdwqwv5832n"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '(;; Use the GSettings keyfile backend rather than



reply via email to

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