diff mbox series

[bug#74271] gnu: entr: Update to 5.6

Message ID CAFVS=zBpVxkrzKh3BdU7mPBrHvLjqnwxxc4fAhr1Wak_QJD02w@mail.gmail.com
State New
Headers show
Series [bug#74271] gnu: entr: Update to 5.6 | expand

Commit Message

Javier Olaechea Nov. 9, 2024, 12:27 a.m. UTC
Adding two more patches on top

The first one makes the package conform with guix style. The second one
follows a recommendation made by guix lint, to swap  bash for bash-minimal.
I have verified that after doing the package not only builds but the entr
executable behaves as expected

Cheers,
Javier Olaechea

Comments

Ludovic Courtès Nov. 12, 2024, 10:51 p.m. UTC | #1
Hi,

Javier Olaechea <pirata@gmail.com> skribis:

> Adding two more patches on top
>
> The first one makes the package conform with guix style. The second one
> follows a recommendation made by guix lint, to swap  bash for bash-minimal.
> I have verified that after doing the package not only builds but the entr
> executable behaves as expected

Applied, thanks to the two of you!

Ludo’.
diff mbox series

Patch

From ae09a012f969a700292bdaf9556b515196a6ef38 Mon Sep 17 00:00:00 2001
Message-ID: <ae09a012f969a700292bdaf9556b515196a6ef38.1731110707.git.pirata@gmail.com>
From: Javier Olaechea <pirata@gmail.com>
Date: Fri, 8 Nov 2024 17:55:45 -0500
Subject: [PATCH 1/3] gnu: entr: Update to 5.6.

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

Change-Id: Idfa2fc88e526deccc7a9ff4d07ede6b0dc6daf72
---
 gnu/packages/entr.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/entr.scm b/gnu/packages/entr.scm
index 5a8bbc8e4f..bb09acd6aa 100644
--- a/gnu/packages/entr.scm
+++ b/gnu/packages/entr.scm
@@ -36,14 +36,14 @@  (define-module (gnu packages entr)
 (define-public entr
   (package
     (name "entr")
-    (version "5.5")
+    (version "5.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://eradman.com/entrproject/code/entr-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "09p5aqbb95bysdx73n094v0b07hn3v9kqg6k7yyycnpaxzi0r30j"))))
+                "0kniklgnqv4j9carm78d3423wlwqw1ykxmlla4xmlfwdjbgvh8h2"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"

base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
-- 
2.46.0