* [bug#48688] [PATCH] gnu: entr: Update to 4.9.
@ 2021-05-26 22:00 Solene Rapenne via Guix-patches via
2021-05-27 18:41 ` bug#48688: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-05-26 22:00 UTC (permalink / raw)
To: 48688
---
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 49e1060b5f..5ca40690dd 100644
--- a/gnu/packages/entr.scm
+++ b/gnu/packages/entr.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;; 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>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -33,14 +34,14 @@
(define-public entr
(package
(name "entr")
- (version "4.6")
+ (version "4.9")
(source (origin
(method url-fetch)
(uri (string-append "http://entrproject.org/code/entr-"
version ".tar.gz"))
(sha256
(base32
- "0vcflgagna2gdlpjsd6748c73j2829xlhm276mi838zl1n121phn"))))
+ "18h58k69f0qmqkknbcnhm5dz7mv5gr2blcq88qr62vz4zg9a8mp2"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#48688: [PATCH] gnu: entr: Update to 4.9.
2021-05-26 22:00 [bug#48688] [PATCH] gnu: entr: Update to 4.9 Solene Rapenne via Guix-patches via
@ 2021-05-27 18:41 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-05-27 18:41 UTC (permalink / raw)
To: Solene Rapenne; +Cc: 48688-done
On Thu, May 27, 2021 at 12:00:13AM +0200, Solene Rapenne via Guix-patches via wrote:
> (name "entr")
> - (version "4.6")
> + (version "4.9")
> (source (origin
> (method url-fetch)
> (uri (string-append "http://entrproject.org/code/entr-"
> version ".tar.gz"))
> (sha256
> (base32
> - "0vcflgagna2gdlpjsd6748c73j2829xlhm276mi838zl1n121phn"))))
> + "18h58k69f0qmqkknbcnhm5dz7mv5gr2blcq88qr62vz4zg9a8mp2"))))
Thanks! Pushed as 11ac8ac6fabf3c244881bb770f47c437984591cb
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-27 18:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-26 22:00 [bug#48688] [PATCH] gnu: entr: Update to 4.9 Solene Rapenne via Guix-patches via
2021-05-27 18:41 ` bug#48688: " Leo Famulari
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.