mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
45a594a964
commit
4abcff77ce
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue