guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: mousepad: Update to 0.5.7.


From: guix-commits
Subject: 04/04: gnu: mousepad: Update to 0.5.7.
Date: Wed, 6 Oct 2021 13:55:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 69d948fa84ae444a458cf3cc0dee16eee454ab2c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 6 02:38:50 2021 +0200

    gnu: mousepad: Update to 0.5.7.
    
    * gnu/packages/xfce.scm (mousepad): Update to 0.5.7.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/xfce.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0c4c3d3..c653b23 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1246,7 +1246,7 @@ of data to either CD/DVD/BD.")
 (define-public mousepad
   (package
     (name "mousepad")
-    (version "0.5.6")
+    (version "0.5.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/mousepad/";
@@ -1254,7 +1254,7 @@ of data to either CD/DVD/BD.")
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "03rmjraxb6a3w7gknmf6mdzkfc0m8shs1vkb2chvv28xn1irhma2"))))
+                "1s5x0d7jy6aps7zdyd5qnvqbnz64l6a0barp81wrxq2261s1alqh"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '(;; Use the GSettings keyfile backend rather than
@@ -1269,8 +1269,7 @@ of data to either CD/DVD/BD.")
               (wrap-program (string-append out "/bin/mousepad")
                 ;; For language-specs.
                 `("XDG_DATA_DIRS" ":" prefix (,(string-append gtksourceview
-                                                              "/share")))))
-             #t)))))
+                                                              
"/share"))))))))))
     (native-inputs
      `(("intltool" ,intltool)
        ("glib" ,glib "bin") ; for glib-compile-schemas.



reply via email to

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