guix-commits
[Top][All Lists]
Advanced

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

27/76: gnu: baobab: Update to 40.0.


From: guix-commits
Subject: 27/76: gnu: baobab: Update to 40.0.
Date: Mon, 27 Sep 2021 10:29:58 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 34166c196fb2bf4c85834b0128d3411892c4c1c8
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 18:33:27 2021 +0000

    gnu: baobab: Update to 40.0.
    
    * gnu/packages/gnome.scm (baobab): Update to 40.0.
    [source]: Fix the URI.
    [inputs]: Add libhandy.
---
 gnu/packages/gnome.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index eceb4d7..ba66245 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9031,16 +9031,16 @@ files.")
 (define-public baobab
   (package
     (name "baobab")
-    (version "3.38.0")
+    (version "40.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "mirror://gnome/sources/" name "/"
-                    (version-major+minor version) "/"
+                    (version-major version) "/"
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ac3fbl15l836yvgw724q4whbkws9v4b6l2xy6bnp0b0g0a6i104"))))
+                "19yii3bdgivxrcka1c4g6dpbmql5nyawwhzlsph7z6bs68nambm6"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t))
@@ -9054,7 +9054,8 @@ files.")
        ("glib" ,glib "bin")
        ("vala" ,vala)))
     (inputs
-     `(("gtk+" ,gtk+)))
+     `(("gtk+" ,gtk+)
+       ("libhandy" ,libhandy)))
     (synopsis "Disk usage analyzer for GNOME")
     (description
      "Baobab (Disk Usage Analyzer) is a graphical application to analyse disk



reply via email to

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