gnu: entr: Update to 5.6.

* gnu/packages/entr.scm (entr): Update to 5.6.

Change-Id: Idfa2fc88e526deccc7a9ff4d07ede6b0dc6daf72
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Reviewed-by: Ekaitz Zarraga <ekaitz@elenq.tech>
This commit is contained in:
Javier Olaechea 2024-11-08 17:55:45 -05:00 committed by Ludovic Courtès
parent 45a594a964
commit 4abcff77ce
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -36,14 +36,14 @@ (define-module (gnu packages entr)
(define-public entr
(package
(name "entr")
(version "5.5")
(version "5.6")
(source (origin
(method url-fetch)
(uri (string-append "https://eradman.com/entrproject/code/entr-"
version ".tar.gz"))
(sha256
(base32
"09p5aqbb95bysdx73n094v0b07hn3v9kqg6k7yyycnpaxzi0r30j"))))
"0kniklgnqv4j9carm78d3423wlwqw1ykxmlla4xmlfwdjbgvh8h2"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"