all messages for Guix-related lists mirrored at yhetil.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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.