diff options
-rw-r--r-- | guile-xyz.scm | 4 |
1 files 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") |