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.
This commit is contained in:
parent
96b755b42a
commit
b46a3564bb
1 changed files with 5 additions and 5 deletions
|
@ -865,17 +865,17 @@ (define-public gnome-recipes
|
|||
(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 @@ (define-public gnome-photos
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue