GNU bug report logs - #71148
[PATCH] gnu: entr: Update to 5.5.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Thu, 23 May 2024 16:29:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71148: closed ([PATCH] gnu: entr: Update to 5.5.)
Date: Fri, 31 May 2024 11:47:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 31 May 2024 19:46:09 +0800
with message-id <87bk4mrypq.fsf <at> iscas.ac.cn>
and subject line Re: [bug#71148] [PATCH] gnu: entr: Update to 5.5.
has caused the debbugs.gnu.org bug report #71148,
regarding [PATCH] gnu: entr: Update to 5.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
71148: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71148
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: entr: Update to 5.5.
Date: Thu, 23 May 2024 19:27:42 +0300
* 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
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 71148-done <at> debbugs.gnu.org
Subject: Re: [bug#71148] [PATCH] gnu: entr: Update to 5.5.
Date: Fri, 31 May 2024 19:46:09 +0800
[Message part 4 (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.