[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/80: gnu: gnome-disk-utility: Update to 40.2.
From: |
guix-commits |
Subject: |
11/80: gnu: gnome-disk-utility: Update to 40.2. |
Date: |
Tue, 28 Sep 2021 07:21:22 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 116b0ab6d65e6910135d990749c6d23bbd1ddd45
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)
- 47/80: gnu: gsettings-desktop-schemas: Update to 40.0., (continued)
- 47/80: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/09/28
- 32/80: gnu: sushi: Update to 3.38.1., guix-commits, 2021/09/28
- 51/80: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/28
- 79/80: system: Introduce the os-release file., guix-commits, 2021/09/28
- 76/80: gnu: gnome-weather: Fix GNOME integration., guix-commits, 2021/09/28
- 01/80: gnu: vulkan-loader: Fix include path location., guix-commits, 2021/09/28
- 04/80: gnu: gnome-backgrounds: Update to 40.1., guix-commits, 2021/09/28
- 03/80: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., guix-commits, 2021/09/28
- 02/80: gnu: Add gtk., guix-commits, 2021/09/28
- 08/80: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/09/28
- 11/80: gnu: gnome-disk-utility: Update to 40.2.,
guix-commits <=
- 09/80: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/09/28
- 36/80: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/09/28
- 07/80: gnu: gnome-shell-extensions: Update to 40.4., guix-commits, 2021/09/28
- 06/80: gnu: gnote: Update to 40.2., guix-commits, 2021/09/28
- 13/80: gnu: libportal: Update to 0.4., guix-commits, 2021/09/28
- 19/80: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/28
- 23/80: gnu: Add tepl-5., guix-commits, 2021/09/28
- 25/80: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/28
- 16/80: build: glib-or-gtk-build-system: Add gtk 4.0 support., guix-commits, 2021/09/28
- 31/80: gnu: orca: Update to 40.0., guix-commits, 2021/09/28