unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 58456@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#58456] [PATCH v2] gnu: entr: Update to 5.2.
Date: Tue, 11 Oct 2022 16:08:01 -0500	[thread overview]
Message-ID: <20221011210800.17724-1-jgart@dismail.de> (raw)
In-Reply-To: <20221011210543.17526-1-jgart@dismail.de>

* gnu/packages/entr.scm (entr): Update to 5.2.
[source]: Update uri.
[home-page]: Update home-page.

v2 updates the commit msg with more infos. thnx!
---
 gnu/packages/entr.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/entr.scm b/gnu/packages/entr.scm
index 29fd5b7db6..b74a00fec3 100644
--- a/gnu/packages/entr.scm
+++ b/gnu/packages/entr.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -34,14 +35,14 @@ (define-module (gnu packages entr)
 (define-public entr
   (package
     (name "entr")
-    (version "4.9")
+    (version "5.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://entrproject.org/code/entr-"
+              (uri (string-append "https://eradman.com/entrproject/code/entr-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "18h58k69f0qmqkknbcnhm5dz7mv5gr2blcq88qr62vz4zg9a8mp2"))))
+                "1063b33bqggyqd0h7cvcvznpgiy9s2zqkdsc1q622xdh8sfk0zi3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
@@ -67,7 +68,7 @@ (define-public entr
              #t)))))
     (inputs
      (list bash coreutils ncurses))
-    (home-page "http://entrproject.org/")
+    (home-page "https://eradman.com/entrproject/")
     (synopsis "Run arbitrary commands when files change")
     (description
      "entr is a zero-configuration tool with no external build or run-time
-- 
2.38.0





  reply	other threads:[~2022-10-11 21:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 21:05 [bug#58456] [PATCH] gnu: entr: Update to 5.2 jgart via Guix-patches via
2022-10-11 21:08 ` jgart via Guix-patches via [this message]
2022-10-13 11:47   ` bug#58456: [PATCH v2] " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221011210800.17724-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=58456@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).