guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: baobab: updating to version 3.38.0.


From: guix-commits
Subject: branch master updated: gnu: baobab: updating to version 3.38.0.
Date: Sun, 27 Dec 2020 09:15:54 -0500

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

hoebjo pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new be0a06e  gnu: baobab: updating to version 3.38.0.
be0a06e is described below

commit be0a06ec41319a093b206a858ea16926c1f3f35f
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Thu Dec 24 16:26:29 2020 +0100

    gnu: baobab: updating to version 3.38.0.
    
    * gnu/packages/gnome.scm (baobab): updating to version 3.38.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c380b75..2756a3d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8764,7 +8764,7 @@ files.")
 (define-public baobab
   (package
     (name "baobab")
-    (version "3.32.0")
+    (version "3.38.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8773,7 +8773,7 @@ files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0b33s9bhpiffv5wl76cq2bbnqhvx3qs2vxyxmil5gcs583llqh9r"))))
+                "0ac3fbl15l836yvgw724q4whbkws9v4b6l2xy6bnp0b0g0a6i104"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t))



reply via email to

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