[PATCH] gnu: reproc: Update to 14.2.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 6 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
a7ef199be937349d624d69185f1e864f04af30fd.1725096122.git.poptsov.artyom@gmail.com
* 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(-)

Toggle diff (35 lines)
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@gmail.com>
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
;;; Copyright © 2023 Sughosha <Sughosha@proton.me>
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2023 Liliana Marie Prikler <liliana.prikler@gmail.com>
;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;; Copyright © 2023 Foundation Devices, Inc. <hello@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
Ludovic Courtès wrote 5 months ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 72911-done@debbugs.gnu.org)
87bjzzrhta.fsf@gnu.org
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

Toggle quote (4 lines)
> * 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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72911@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72911
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help