GNU bug report logs -
#48688
[PATCH] gnu: entr: Update to 4.9.
Previous Next
Reported by: Solene Rapenne <solene <at> perso.pw>
Date: Wed, 26 May 2021 22:01:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#48688: [PATCH] gnu: entr: Update to 4.9.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 48688 <at> debbugs.gnu.org.
--
48688: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48688
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
---
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 <at> elephly.net>
;;; 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>
;;;
;;; 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
This bug report was last modified 3 years and 363 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.