GNU bug report logs -
#71148
[PATCH] gnu: entr: Update to 5.5.
Previous Next
Full log
Message #10 received at 71148-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:
> * gnu/packages/entr.scm (entr): Update to 5.5.
>
> Change-Id: I8ef7c93750a9a3b51d64b678e3d041082558ef67
> ---
> gnu/packages/entr.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/entr.scm b/gnu/packages/entr.scm
> index 5827da1d07..5a8bbc8e4f 100644
> --- a/gnu/packages/entr.scm
> +++ b/gnu/packages/entr.scm
> @@ -6,6 +6,7 @@
> ;;; Copyright © 2020 Jakub Kądziołka <kuba <at> kadziolka.net>
> ;;; Copyright © 2021 Solene Rapenne <solene <at> perso.pw>
> ;;; Copyright © 2022 jgart <jgart <at> dismail.de>
> +;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -35,14 +36,14 @@ (define-module (gnu packages entr)
> (define-public entr
> (package
> (name "entr")
> - (version "5.4")
> + (version "5.5")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://eradman.com/entrproject/code/entr-"
> version ".tar.gz"))
> (sha256
> (base32
> - "17hz4aca6dsh6z58625jg8fbk5m9ng3s95pl4s6ws79zrk9dw7a9"))))
> + "09p5aqbb95bysdx73n094v0b07hn3v9kqg6k7yyycnpaxzi0r30j"))))
> (build-system gnu-build-system)
> (arguments
> `(#:test-target "test"
>
> base-commit: 016fd7720db06f0945e345cc9d5043642f3b8720
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=da31d459f945ad72e2e0143f33efc845b7bf3462
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.