guix-commits
[Top][All Lists]
Advanced

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

77/113: gnu: baobab: Update to 40.0.


From: guix-commits
Subject: 77/113: gnu: baobab: Update to 40.0.
Date: Wed, 24 Mar 2021 19:23:51 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit f1623ec4aef45bfbc2873e430d08cb51aa4c2ae4
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:46:53 2021 +0100

    gnu: baobab: Update to 40.0.
    
    * gnu/packages/gnome.scm (baobab): Update to 40.0.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 52c8b16..663ca79 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8791,16 +8791,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))



reply via email to

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