mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gnome-settings-daemon: Update to 3.22.1.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.22.1.
This commit is contained in:
parent
4edc6a9c7e
commit
e1f3c790d6
1 changed files with 2 additions and 2 deletions
|
@ -2643,7 +2643,7 @@ (define-public libgweather
|
|||
(define-public gnome-settings-daemon
|
||||
(package
|
||||
(name "gnome-settings-daemon")
|
||||
(version "3.20.1")
|
||||
(version "3.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2652,7 +2652,7 @@ (define-public gnome-settings-daemon
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rvqisrh3lridsb8rvm7spvncyq206ly0245zgpbm8swi5fhfjp8"))))
|
||||
"1finsr7yqvix6n3rdwclv4fpgagmz6xyrk3qzapkn9ljv76rfzdm"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(;; Color management test can't reach the colord system service.
|
||||
|
|
Loading…
Reference in a new issue