From 193aeea4099d67d04f164db474255e3b094e8042 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 19 Dec 2024 14:37:34 +0100 Subject: guile-xyz: fix guile-libnotify --- guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guile-xyz.scm b/guile-xyz.scm index 602a696..d81f256 100644 --- a/guile-xyz.scm +++ b/guile-xyz.scm @@ -24,9 +24,9 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1x5jzjri3ffb8vccphav6kd92q1qqpaj46mwhdcblxpc5xk6cbs4")))) + (base32 "0k46wwp05g7yiwcmcfn7vhb7vanjnkwckhzx0nv6lnb4hg89j671")))) (build-system gnu-build-system) - (native-inputs (list autoconf automake pkg-config #;texinfo)) + (native-inputs (list autoconf automake pkg-config texinfo)) (inputs (list guile-3.0-latest libnotify)) (synopsis "Guile bindings for libnotify") (description "Provides bindings for GNOME's libnotify C library to Guile") -- cgit v1.2.3