diff options
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bce1e2b8d6..20fe23f4d7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5801,7 +5801,7 @@ beautifying border effects.") (define-public dconf-editor (package (name "dconf-editor") - (version "3.26.1") + (version "3.26.2") (source (origin (method url-fetch) @@ -5810,7 +5810,7 @@ beautifying border effects.") name "-" version ".tar.xz")) (sha256 (base32 - "0agay5zbhjbfznlwk7n3gg5cn0c7ih4vnmah6kb6m969li120cs9")))) + "1lcarg8igsqpq4iv5834mf9kz4cmfhfw11bwy3x7v7f497z57d18")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |