me
/
guix
Archived
1
0
Fork 0

gnu: entr: Update to 5.2.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
jgart 2022-10-11 16:05:43 -05:00 committed by Christopher Baines
parent f22bc5fd5e
commit 10d429f2fc
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,7 @@
;;; Copyright © 2019, 2020 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>
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw> ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -34,14 +35,14 @@
(define-public entr (define-public entr
(package (package
(name "entr") (name "entr")
(version "4.9") (version "5.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://entrproject.org/code/entr-" (uri (string-append "https://eradman.com/entrproject/code/entr-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"18h58k69f0qmqkknbcnhm5dz7mv5gr2blcq88qr62vz4zg9a8mp2")))) "1063b33bqggyqd0h7cvcvznpgiy9s2zqkdsc1q622xdh8sfk0zi3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"
@ -67,7 +68,7 @@
#t))))) #t)))))
(inputs (inputs
(list bash coreutils ncurses)) (list bash coreutils ncurses))
(home-page "http://entrproject.org/") (home-page "https://eradman.com/entrproject/")
(synopsis "Run arbitrary commands when files change") (synopsis "Run arbitrary commands when files change")
(description (description
"entr is a zero-configuration tool with no external build or run-time "entr is a zero-configuration tool with no external build or run-time