Skip to content
Snippets Groups Projects
Unverified Commit 16d3630b authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: entr: Update to 4.6.

* gnu/packages/entr.scm (entr): Update to 4.6.
parent 63e4eee9
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com> ;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
...@@ -30,14 +30,14 @@ (define-module (gnu packages entr) ...@@ -30,14 +30,14 @@ (define-module (gnu packages entr)
(define-public entr (define-public entr
(package (package
(name "entr") (name "entr")
(version "4.2") (version "4.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://entrproject.org/code/entr-" (uri (string-append "http://entrproject.org/code/entr-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0w2xkf77jikcjh15fp9g7661ss30pz3jbnh261vqpaqavwah4c17")))) "0vcflgagna2gdlpjsd6748c73j2829xlhm276mi838zl1n121phn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"
...@@ -59,7 +59,7 @@ (define-public entr ...@@ -59,7 +59,7 @@ (define-public entr
(("/bin/cat") (which "cat")) (("/bin/cat") (which "cat"))
(("/usr/bin/clear") (which "clear"))) (("/usr/bin/clear") (which "clear")))
#t))))) #t)))))
;; ncurses provides the `clear' binary ;; ncurses provides the `clear' binary.
(inputs `(("ncurses" ,ncurses))) (inputs `(("ncurses" ,ncurses)))
(home-page "http://entrproject.org/") (home-page "http://entrproject.org/")
(synopsis "Run arbitrary commands when files change") (synopsis "Run arbitrary commands when files change")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment