gnu: gnome-settings-daemon: Update to 40.0.1.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 40.0.1. [source]: Fix the URI.
This commit is contained in:
parent
2f1304cc11
commit
6a54a88822
1 changed files with 3 additions and 3 deletions
|
@ -5495,16 +5495,16 @@ services for numerous locations.")
|
||||||
(define-public gnome-settings-daemon
|
(define-public gnome-settings-daemon
|
||||||
(package
|
(package
|
||||||
(name "gnome-settings-daemon")
|
(name "gnome-settings-daemon")
|
||||||
(version "3.34.1")
|
(version "40.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr"))
|
"08bv32hvsmd8izw0llvldg0c2d71srch4hi8j94jwgm5d4dsrprp"))
|
||||||
(patches (search-patches "gnome-settings-daemon-gc.patch"))))
|
(patches (search-patches "gnome-settings-daemon-gc.patch"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue