unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71148] [PATCH] gnu: entr: Update to 5.5.
@ 2024-05-23 16:27 Artyom V. Poptsov
  2024-05-31 11:46 ` bug#71148: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-05-23 16:27 UTC (permalink / raw)
  To: 71148; +Cc: Artyom V. Poptsov

* 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@kadziolka.net>
 ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71148: [PATCH] gnu: entr: Update to 5.5.
  2024-05-23 16:27 [bug#71148] [PATCH] gnu: entr: Update to 5.5 Artyom V. Poptsov
@ 2024-05-31 11:46 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-05-31 11:46 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 71148-done

[-- Attachment #1: Type: text/plain, Size: 1585 bytes --]

"Artyom V. Poptsov" <poptsov.artyom@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@kadziolka.net>
>  ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
>  ;;; Copyright © 2022 jgart <jgart@dismail.de>
> +;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-31 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 16:27 [bug#71148] [PATCH] gnu: entr: Update to 5.5 Artyom V. Poptsov
2024-05-31 11:46 ` bug#71148: " Zheng Junjie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).