guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: gnome-tweaks: Use libhandy 1.


From: guix-commits
Subject: 01/07: gnu: gnome-tweaks: Use libhandy 1.
Date: Mon, 15 Nov 2021 06:11:33 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit e0b6318a5a5d08d82ce75cd85998ca3694d2b937
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 9 22:17:43 2021 +0000

    gnu: gnome-tweaks: Use libhandy 1.
    
    * gnu/packages/gnome.scm (gnome-tweaks)[inputs]: Use libhandy 1, not 
libhandy
    0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5617ba5..0bce8f2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9875,7 +9875,7 @@ existing databases over the internet.")
        ("gtk+" ,gtk+)
        ("gobject-introspection" ,gobject-introspection)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
-       ("libhandy" ,libhandy-0.0)
+       ("libhandy" ,libhandy)
        ("libnotify" ,libnotify)
        ("libsoup" ,libsoup)
        ("nautilus" ,nautilus)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]