[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/72: gnu: gnome-disk-utility: Update to 40.2.
From: |
guix-commits |
Subject: |
11/72: gnu: gnome-disk-utility: Update to 40.2. |
Date: |
Sun, 26 Sep 2021 16:34:13 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 0986926f8e350513179eab5487fc28307e359e85
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 22 18:32:41 2021 +0000
gnu: gnome-disk-utility: Update to 40.2.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 40.2.
[source]: Fix the URI.
[inputs]: Add libhandy.
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dc913d5..c51231f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2281,15 +2281,15 @@ and keep up to date translations of documentation.")
(define-public gnome-disk-utility
(package
(name "gnome-disk-utility")
- (version "3.34.0")
+ (version "40.2")
(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
- "1mb7q90lnlp97dhxhnadhjagcfd12dfqzp0vj9h6b1r61pzhy97y"))))
+ "1rr1ypb89p51b6428yqvczmpmylwjfnhnkgx78hzm3vxm3m15lff"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dlogind=libelogind")
@@ -2317,6 +2317,7 @@ and keep up to date translations of documentation.")
("gtk+" ,gtk+)
("libcanberra" ,libcanberra)
("libdvdread" ,libdvdread)
+ ("libhandy" ,libhandy)
("libnotify" ,libnotify)
("libpwquality" ,libpwquality)
("libsecret" ,libsecret)
- 10/72: gnu: gnome-desktop: Update to 40.4., (continued)
- 10/72: gnu: gnome-desktop: Update to 40.4., guix-commits, 2021/09/26
- 12/72: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/09/26
- 13/72: gnu: libportal: Update to 0.4., guix-commits, 2021/09/26
- 14/72: gnu: Add libadwaita., guix-commits, 2021/09/26
- 15/72: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/09/26
- 16/72: build: glib-or-gtk-build-system: Add gtk 4.0 support., guix-commits, 2021/09/26
- 17/72: gnu: gnome-system-monitor: Update to 40.1., guix-commits, 2021/09/26
- 18/72: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/09/26
- 08/72: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/09/26
- 09/72: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/09/26
- 11/72: gnu: gnome-disk-utility: Update to 40.2.,
guix-commits <=
- 19/72: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/26
- 20/72: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/09/26
- 38/72: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/26
- 25/72: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/26
- 31/72: gnu: orca: Update to 40.0., guix-commits, 2021/09/26
- 35/72: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/26
- 50/72: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/26
- 24/72: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/26
- 29/72: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/26
- 27/72: gnu: baobab: Update to 40.0., guix-commits, 2021/09/26