[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/75: gnu: gnome-shell-extensions: Update to 40.4.
From: |
guix-commits |
Subject: |
07/75: gnu: gnome-shell-extensions: Update to 40.4. |
Date: |
Mon, 27 Sep 2021 07:17:11 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit d449c062f43c40b88e4f6bae66c2408451567dfe
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 22 18:02:59 2021 +0000
gnu: gnome-shell-extensions: Update to 40.4.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 40.4.
[source]: Fix the uri.
---
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 f7670ee..7b6bd16 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9792,15 +9792,15 @@ GNOME Shell appearance and extension, etc.")
(define-public gnome-shell-extensions
(package
(name "gnome-shell-extensions")
- (version "3.34.2")
+ (version "40.4")
(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
- "1f5l35l3kdkzrv49xmg1sh11vwmgjbg7hx3gb91i39bfl1snxqd1"))))
+ "0yfd1bcwf72dmr1hfh7g8s5cb7snyiyg86575hqx1frbq914q7gm"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dextension_set=all")))
- branch wip-gnome40 created (now 3f99871), guix-commits, 2021/09/27
- 01/75: gnu: vulkan-loader: Fix include path location., guix-commits, 2021/09/27
- 02/75: gnu: Add gtk., guix-commits, 2021/09/27
- 04/75: gnu: gnome-backgrounds: Update to 40.1., guix-commits, 2021/09/27
- 05/75: gnu: gnome-screenshot: Update to 40.0., guix-commits, 2021/09/27
- 12/75: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/09/27
- 03/75: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., guix-commits, 2021/09/27
- 07/75: gnu: gnome-shell-extensions: Update to 40.4.,
guix-commits <=
- 08/75: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/09/27
- 11/75: gnu: gnome-disk-utility: Update to 40.2., guix-commits, 2021/09/27
- 06/75: gnu: gnote: Update to 40.2., guix-commits, 2021/09/27
- 09/75: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/09/27
- 14/75: gnu: Add libadwaita., guix-commits, 2021/09/27
- 10/75: gnu: gnome-desktop: Update to 40.4., guix-commits, 2021/09/27
- 13/75: gnu: libportal: Update to 0.4., guix-commits, 2021/09/27
- 15/75: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/09/27
- 16/75: build: glib-or-gtk-build-system: Add gtk 4.0 support., guix-commits, 2021/09/27
- 22/75: gnu: gedit: Update to 40.1., guix-commits, 2021/09/27