summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-12-19 14:37:34 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-12-19 14:37:34 +0100
commit193aeea4099d67d04f164db474255e3b094e8042 (patch)
tree04290ac4aa0a2a2b1aad5fed245fb9bcdc9b8150
parentf67ad6695a441da23529735ca70467712713aeb8 (diff)
guile-xyz: fix guile-libnotify
-rw-r--r--guile-xyz.scm4
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")