GNU bug report logs -
#72911
[PATCH] gnu: reproc: Update to 14.2.5.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#72911: [PATCH] gnu: reproc: Update to 14.2.5.
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 72911 <at> debbugs.gnu.org.
--
72911: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72911
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> skribis:
> * gnu/packages/cpp.scm (reproc): Update to 14.2.5.
>
> Change-Id: Ia030c4494c56c15f11b64aaa58d319a5fb7ed8b9
Hi Artyom! I went ahead and applied this one since it’s been a while,
even though you should have commit access now.
Ludo’.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/cpp.scm (reproc): Update to 14.2.5.
Change-Id: Ia030c4494c56c15f11b64aaa58d319a5fb7ed8b9
---
gnu/packages/cpp.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7dca7a2d02..62b4d210d9 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -34,7 +34,7 @@
;;; Copyright © 2022, 2023, 2024 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2022 Antero Mejr <antero <at> mailbox.org>
;;; Copyright © 2023 Sughosha <Sughosha <at> proton.me>
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;; Copyright © 2023 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
;;; Copyright © 2023 Foundation Devices, Inc. <hello <at> foundationdevices.com>
@@ -1237,7 +1237,7 @@ (define-public cpplint
(define-public reproc
(package
(name "reproc")
- (version "14.2.4")
+ (version "14.2.5")
(source
(origin
(method git-fetch)
@@ -1246,7 +1246,7 @@ (define-public reproc
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "09xnf8hmld1fk8j33zwlz1qcxnjdx1ncbg62csic9va4m1wc2v1d"))))
+ (base32 "07h11rzhvplgmd420v650h8abyvwcbws4w1xlq8x18nxbp4nnqn1"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ; No tests.
base-commit: df14cacca9b95d69fdd3b6191e42df36af266bcd
--
2.45.2
This bug report was last modified 226 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.