guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: five-or-more: Update to 3.32.3.


From: guix-commits
Subject: 04/05: gnu: five-or-more: Update to 3.32.3.
Date: Sun, 5 Jun 2022 11:03:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2a3e1ba9409140c596ce298125d22d9142d0ad96
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 177c39b3a8..d0481c0302 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4957,7 +4957,7 @@ and other secrets.  It communicates with the \"Secret 
Service\" using DBus.")
 (define-public five-or-more
   (package
     (name "five-or-more")
-    (version "3.32.2")
+    (version "3.32.3")
     (source
      (origin
        (method url-fetch)
@@ -4965,7 +4965,7 @@ and other secrets.  It communicates with the \"Secret 
Service\" using DBus.")
                            (version-major+minor version) "/"
                            "five-or-more-" version ".tar.xz"))
        (sha256
-        (base32 "19pf8wzbf3ciqf2k4bj9sddvyhckfd62x86pnqr6s8h4vn9jc6ii"))))
+        (base32 "1x4ys18rn37hsavivh532py2avj9686aycnn8ys29cyyxwpdf41d"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -4974,8 +4974,7 @@ and other secrets.  It communicates with the \"Secret 
Service\" using DBus.")
          (add-after 'unpack 'skip-gtk-update-icon-cache
            (lambda _
              (substitute* "meson_post_install.py"
-               (("gtk-update-icon-cache") (which "true")))
-             #t)))))
+               (("gtk-update-icon-cache") (which "true"))))))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("appstream-glib" ,appstream-glib)



reply via email to

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