[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/72: gnu: gnome-photos: Update to 40.0.
From: |
guix-commits |
Subject: |
64/72: gnu: gnome-photos: Update to 40.0. |
Date: |
Sun, 26 Sep 2021 16:34:31 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 6b8a9de30c1d2e775f481fcec23a7ff61f2bcb03
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 09:43:52 2021 +0000
gnu: gnome-photos: Update to 40.0.
* gnu/packages/gnome.scm (gnome-photos): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove a trailing #t.
---
gnu/packages/gnome.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6ba4f35..2d79402 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -865,17 +865,17 @@ tomorrow, the rest of the week and for special
occasions.")
(define-public gnome-photos
(package
(name "gnome-photos")
- (version "3.34.2")
+ (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
- "06ml5sf8xhpan410msqz085hmfc7082d368pb82yq646y9pcfn9w"))))
+ "1bzi79plw6ji6qlckhxnwfnswy6jpnhzmmyanml2i2xg73hp6bg0"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -891,8 +891,8 @@ tomorrow, the rest of the week and for special occasions.")
(let*
((out (assoc-ref outputs "out")))
(wrap-program (string-append out "/bin/gnome-photos")
- `("GRL_PLUGIN_PATH" = (,(getenv "GRL_PLUGIN_PATH")))))
- #t)))))
+ `("GRL_PLUGIN_PATH" =
+ (,(getenv "GRL_PLUGIN_PATH"))))))))))
(native-inputs
`(("dbus" ,dbus)
("desktop-file-utils" ,desktop-file-utils)
- 59/72: gnu: gnome-control-center: Update to 40.1., (continued)
- 59/72: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/26
- 62/72: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/09/26
- 61/72: gnu: gdm: Update to 40.1., guix-commits, 2021/09/26
- 63/72: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/26
- 42/72: gnu: yelp: Update to 40.3., guix-commits, 2021/09/26
- 40/72: gnu: simple-scan: Update to 40.5., guix-commits, 2021/09/26
- 46/72: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/26
- 49/72: gnu: Add fuse-3., guix-commits, 2021/09/26
- 51/72: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/26
- 55/72: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/26
- 64/72: gnu: gnome-photos: Update to 40.0.,
guix-commits <=
- 67/72: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/26
- 69/72: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/26
- 71/72: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/26
- 22/72: gnu: gedit: Update to 40.1., guix-commits, 2021/09/26
- 41/72: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/26
- 44/72: gnu: eog: Update to 40.3., guix-commits, 2021/09/26
- 52/72: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/26
- 23/72: gnu: Add tepl-5., guix-commits, 2021/09/26
- 21/72: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/26
- 36/72: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/09/26