guix-commits
[Top][All Lists]
Advanced

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

23/34: gnu: mate-utils: Update to 1.24.0.


From: guix-commits
Subject: 23/34: gnu: mate-utils: Update to 1.24.0.
Date: Thu, 2 Apr 2020 10:07:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6e5be55bbc4871503d16f0537b09a33ee73a5829
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Mon Mar 30 15:25:01 2020 +0200

    gnu: mate-utils: Update to 1.24.0.
    
    * gnu/packages/mate.scm (mate-utils): Update to 1.24.0.
    [inputs]: Add udisks.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 04480f8..399ffe9 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1262,7 +1262,7 @@ can be used as backgrounds in the MATE Desktop 
environment.")
 (define-public mate-utils
   (package
     (name "mate-utils")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1270,7 +1270,7 @@ can be used as backgrounds in the MATE Desktop 
environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0kz95hicjksgkwaj83fdp2rnaygfgjbj0jsnwy4n0lj5q90j7r28"))))
+         "1b16n1628gcsym5mph6lr9x5xm4rgkxsa8xwr2wlx8g2gw2775i1"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -1294,6 +1294,7 @@ can be used as backgrounds in the MATE Desktop 
environment.")
        ("libxext" ,libxext)
        ("mate-panel" ,mate-panel)
        ("pango" ,pango)
+       ("udisks" ,udisks)
        ("zlib" ,zlib)))
     (home-page "https://mate-desktop.org/";)
     (synopsis "Utilities for the MATE Desktop")



reply via email to

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