diff options
author | Artyom V. Poptsov <[email protected]> | 2024-08-31 12:22:02 +0300 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-10-04 17:45:42 +0200 |
commit | 35a04773df525fbcddafee4e027abbc65bf79db0 (patch) | |
tree | d790649912dc6342a4cf55e7651c12bc08f4b6fb | |
parent | 75f5604d0f1622fef15653694a164a322d9c96f2 (diff) |
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]>
-rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files 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. |