diff options
author | Efraim Flashner <[email protected]> | 2024-01-24 16:12:07 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2024-01-24 19:15:30 +0200 |
commit | da3e6aea0a750246e8a9120d62441c3df65faff0 (patch) | |
tree | 652dd2160d5d311c71da29055d0b52332158a6c5 /gnu/packages/cpp.scm | |
parent | c0f3c0cfd9723baf743bb552b603f37abfd2af96 (diff) |
gnu: range-v3: Update to 0.12.0.
* gnu/packages/cpp.scm (range-v3): Update to 0.12.0.
[source]: Remove patch.
* gnu/packages/patches/range-v3-build-with-gcc10.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: I078937f9aff0da31ede8d472d8739e48bb775c55
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index eeb4e6bf7b..44175231af 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -25,7 +25,7 @@ ;;; Copyright © 2021 jgart <[email protected]> ;;; Copyright © 2021 Julien Lepiller <[email protected]> ;;; Copyright © 2021 Disseminate Dissent <[email protected]> -;;; Copyright © 2022, 2023 Efraim Flashner <[email protected]> +;;; Copyright © 2022-2024 Efraim Flashner <[email protected]> ;;; Copyright © 2022 muradm <[email protected]> ;;; Copyright © 2022 Attila Lendvai <[email protected]> ;;; Copyright © 2022 Arun Isaac <[email protected]> @@ -187,7 +187,7 @@ development effort.") (define-public range-v3 (package (name "range-v3") - (version "0.11.0") + (version "0.12.0") (source (origin (method git-fetch) @@ -195,9 +195,8 @@ development effort.") (url "https://github.com/ericniebler/range-v3.git") (commit version))) (file-name (git-file-name name version)) - (patches (search-patches "range-v3-build-with-gcc10.patch")) (sha256 - (base32 "18230bg4rq9pmm5f8f65j444jpq56rld4fhmpham8q3vr1c1bdjh")))) + (base32 "0r85s5rmp5ixmik2y5y4w760pa38j1sg9hbr1fss2flibzvrf53d")))) (build-system cmake-build-system) (arguments (list |