[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: entr: Update to 4.9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: entr: Update to 4.9. |
Date: |
Thu, 27 May 2021 14:41:15 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 11ac8ac gnu: entr: Update to 4.9.
11ac8ac is described below
commit 11ac8ac6fabf3c244881bb770f47c437984591cb
Author: Solene Rapenne <solene@perso.pw>
AuthorDate: Thu May 27 00:00:13 2021 +0200
gnu: entr: Update to 4.9.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 49e1060..5ca4069 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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: entr: Update to 4.9.,
guix-commits <=