GNU bug report logs -
#58456
[PATCH] gnu: entr: Update to 5.2.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 11 Oct 2022 21:07:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58456 in the body.
You can then email your comments to 58456 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org:
bug#58456; Package
guix-patches.
(Tue, 11 Oct 2022 21:07:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org.
(Tue, 11 Oct 2022 21:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/entr.scm (entr): Update to 5.2.
---
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 <at> tobias.gr>
;;; 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>
;;;
;;; 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
Information forwarded
to
guix-patches <at> gnu.org:
bug#58456; Package
guix-patches.
(Tue, 11 Oct 2022 21:09:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 58456 <at> debbugs.gnu.org (full text, mbox):
* 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 <at> tobias.gr>
;;; 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>
;;;
;;; 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 sent
to
Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility.
(Thu, 13 Oct 2022 11:49:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>:
bug acknowledged by developer.
(Thu, 13 Oct 2022 11:49:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 58456-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * 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(-)
Thanks, I've pushed this to master as
10d429f2fce321d8285684503094694ec3979865.
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org.
(Thu, 10 Nov 2022 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 283 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.