diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-26 07:39:12 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:37 +0000 |
commit | 6a54a8882247e688cb28dfa691c676f3f7191a5b (patch) | |
tree | 19f22aa45dcf1e573f75b4835903ea03539a8c33 | |
parent | 2f1304cc11b14ee0af47234d6f41c2a535ecb10a (diff) | |
download | guix-6a54a8882247e688cb28dfa691c676f3f7191a5b.tar guix-6a54a8882247e688cb28dfa691c676f3f7191a5b.tar.gz |
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.
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 20381ef918..2929e873c2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |