[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
- 65/76: gnu: gnome: Add gnome-music and gnome-photo., (continued)
- 65/76: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27
- 70/76: gnu: devhelp: Update to 40.1., guix-commits, 2021/09/27
- 43/76: gnu: gnome-online-accounts: Update to 3.40.0., guix-commits, 2021/09/27
- 63/76: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/27
- 44/76: gnu: eog: Update to 40.3., guix-commits, 2021/09/27
- 54/76: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/27
- 40/76: gnu: simple-scan: Update to 40.5., guix-commits, 2021/09/27
- 73/76: gnu: gegl: Add libraw support., guix-commits, 2021/09/27
- 74/76: gnu: gnome: Add tracker-miners., guix-commits, 2021/09/27
- 13/76: gnu: libportal: Update to 0.4., guix-commits, 2021/09/27
- 27/76: gnu: baobab: Update to 40.0.,
guix-commits <=
- 31/76: gnu: orca: Update to 40.0., guix-commits, 2021/09/27
- 57/76: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 66/76: gnu: gnome: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 56/76: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/27
- 58/76: gnu: gnome-initial-setup: Update to 40.4., guix-commits, 2021/09/27
- 64/76: gnu: gnome-photos: Update to 40.0., guix-commits, 2021/09/27
- 37/76: gnu: gnome-maps: Update to 40.5., guix-commits, 2021/09/27
- 45/76: gnu: gnome-contacts: Update to 40.0., guix-commits, 2021/09/27
- 53/76: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/27
- 62/76: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/09/27