[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: |
Sat, 2 Oct 2021 06:55:58 -0400 (EDT) |
mothacehe pushed a commit to branch core-updates-frozen
in repository guix.
commit b6231f032dc1deb63b63ec43c8d4e4c4fad8a9e7
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 b24ba22..1d167ef 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)
- branch core-updates-frozen updated (63c7bb6 -> fc24bcb), guix-commits, 2021/10/02
- 01/80: gnu: vulkan-loader: Fix include path location., guix-commits, 2021/10/02
- 05/80: gnu: gnome-screenshot: Update to 40.0., guix-commits, 2021/10/02
- 02/80: gnu: Add gtk., guix-commits, 2021/10/02
- 08/80: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/10/02
- 04/80: gnu: gnome-backgrounds: Update to 40.1., guix-commits, 2021/10/02
- 03/80: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., guix-commits, 2021/10/02
- 06/80: gnu: gnote: Update to 40.2., guix-commits, 2021/10/02
- 07/80: gnu: gnome-shell-extensions: Update to 40.4., guix-commits, 2021/10/02
- 09/80: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/10/02
- 11/80: gnu: gnome-disk-utility: Update to 40.2.,
guix-commits <=
- 28/80: gnu: nautilus: Update to 40.2., guix-commits, 2021/10/02
- 16/80: build: glib-or-gtk-build-system: Add gtk 4.0 support., guix-commits, 2021/10/02
- 22/80: gnu: gedit: Update to 40.1., guix-commits, 2021/10/02
- 31/80: gnu: orca: Update to 40.0., guix-commits, 2021/10/02
- 13/80: gnu: libportal: Update to 0.4., guix-commits, 2021/10/02
- 12/80: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/10/02
- 30/80: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/10/02
- 20/80: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/10/02
- 15/80: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/10/02
- 18/80: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/10/02