This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a2781f48bc gnu: entr: Update to 5.8.
a2781f48bc is described below
commit a2781f48bcf5ee3ec989cdefb2468616d0caf1b8
Author: Sören Tempel <[email protected]>
AuthorDate: Mon Mar 9 06:16:43 2026 +0100
gnu: entr: Update to 5.8.
* gnu/packages/entr.scm (entr): Update to 5.8.
Signed-off-by: jgart <[email protected]>
---
gnu/packages/entr.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/entr.scm b/gnu/packages/entr.scm
index 85d7ed816e..9588daaa18 100644
--- a/gnu/packages/entr.scm
+++ b/gnu/packages/entr.scm
@@ -36,14 +36,14 @@
(define-public entr
(package
(name "entr")
- (version "5.7")
+ (version "5.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://eradman.com/entrproject/code/entr-"
version ".tar.gz"))
(sha256
- (base32 "0ryhylhd682m5cxz3zjyv5zxvxd4dqm3h6mlgvrwww0ch91xkich"))))
+ (base32 "1yrb2brrgzab1l0dxyizmzjjsj96vqrg9kfqq40fjavbapf2p6nw"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"