civodul pushed a commit to branch master
in repository guix.

commit 35a04773df525fbcddafee4e027abbc65bf79db0
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Aug 31 12:22:02 2024 +0300

    gnu: reproc: Update to 14.2.5.
    
    * gnu/packages/cpp.scm (reproc): Update to 14.2.5.
    
    Change-Id: Ia030c4494c56c15f11b64aaa58d319a5fb7ed8b9
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 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 b32b6da1cc..7044e491ec 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -34,7 +34,7 @@
 ;;; Copyright © 2022, 2023, 2024 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2022 Antero Mejr <[email protected]>
 ;;; Copyright © 2023 Sughosha <[email protected]>
-;;; Copyright © 2023 Artyom V. Poptsov <[email protected]>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <[email protected]>
 ;;; Copyright © 2023 Liliana Marie Prikler <[email protected]>
 ;;; Copyright © 2023 Denis 'GNUtoo' Carikli <[email protected]>
 ;;; Copyright © 2023 Foundation Devices, Inc. <[email protected]>
@@ -1239,7 +1239,7 @@ and make @code{cpplint} usable in wider contexts.")
 (define-public reproc
   (package
     (name "reproc")
-    (version "14.2.4")
+    (version "14.2.5")
     (source
       (origin
         (method git-fetch)
@@ -1248,7 +1248,7 @@ and make @code{cpplint} usable in wider contexts.")
                (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.

Reply via email to