guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mousepad: Update to 0.5.5.


From: guix-commits
Subject: branch master updated: gnu: mousepad: Update to 0.5.5.
Date: Sat, 15 May 2021 16:07:45 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a77b2b4  gnu: mousepad: Update to 0.5.5.
a77b2b4 is described below

commit a77b2b43aac0035ee32d375843038bd7f4cf098e
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed May 12 14:56:49 2021 +0200

    gnu: mousepad: Update to 0.5.5.
    
    * gnu/packages/xfce.scm (mousepad): Update to 0.5.5.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 7711b56..57fee59 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1243,7 +1243,7 @@ of data to either CD/DVD/BD.")
 (define-public mousepad
   (package
     (name "mousepad")
-    (version "0.5.4")
+    (version "0.5.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/mousepad/";
@@ -1251,7 +1251,7 @@ of data to either CD/DVD/BD.")
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "189aljqgkrspqk9498izgvssw08pgkyvf7hc7ddmzfhcblp4j3yr"))))
+                "1qdbch7g8ppwn1rsm8nq9rbvabvx02lvn3dxb45ga3g1w005zhs0"))))
     (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]