mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: entr: Update to 5.4.
* gnu/packages/entr.scm (entr): Update to 5.4. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
492d56b9e0
commit
e9abc417d3
1 changed files with 3 additions and 4 deletions
|
@ -35,14 +35,14 @@ (define-module (gnu packages entr)
|
||||||
(define-public entr
|
(define-public entr
|
||||||
(package
|
(package
|
||||||
(name "entr")
|
(name "entr")
|
||||||
(version "5.2")
|
(version "5.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://eradman.com/entrproject/code/entr-"
|
(uri (string-append "https://eradman.com/entrproject/code/entr-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1063b33bqggyqd0h7cvcvznpgiy9s2zqkdsc1q622xdh8sfk0zi3"))))
|
"17hz4aca6dsh6z58625jg8fbk5m9ng3s95pl4s6ws79zrk9dw7a9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
@ -64,8 +64,7 @@ (define-public entr
|
||||||
(("/bin/cat" command)
|
(("/bin/cat" command)
|
||||||
(search-input-file inputs command))
|
(search-input-file inputs command))
|
||||||
(("/usr(/bin/clear)" _ command)
|
(("/usr(/bin/clear)" _ command)
|
||||||
(search-input-file inputs command)))
|
(search-input-file inputs command))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list bash coreutils ncurses))
|
(list bash coreutils ncurses))
|
||||||
(home-page "https://eradman.com/entrproject/")
|
(home-page "https://eradman.com/entrproject/")
|
||||||
|
|
Loading…
Reference in a new issue