mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
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
|
||||
(package
|
||||
(name "gnome-settings-daemon")
|
||||
(version "3.34.1")
|
||||
(version "40.0.1")
|
||||
(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
|
||||
"07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr"))
|
||||
"08bv32hvsmd8izw0llvldg0c2d71srch4hi8j94jwgm5d4dsrprp"))
|
||||
(patches (search-patches "gnome-settings-daemon-gc.patch"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue