diff options
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 6b29dfc53fd..cfbd11618ee 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -122,7 +122,7 @@ operating system functions.") | |||
| 122 | (origin | 122 | (origin |
| 123 | (method git-fetch) | 123 | (method git-fetch) |
| 124 | (uri (git-reference | 124 | (uri (git-reference |
| 125 | (url "https://github.com/aseba-community/dashel.git") | 125 | (url "https://github.com/aseba-community/dashel") |
| 126 | (commit version))) | 126 | (commit version))) |
| 127 | (sha256 | 127 | (sha256 |
| 128 | (base32 "0anks2l2i2qp0wlzqck1qgpq15a3l6dg8lw2h8s4nsj7f61lffwy")) | 128 | (base32 "0anks2l2i2qp0wlzqck1qgpq15a3l6dg8lw2h8s4nsj7f61lffwy")) |
| @@ -147,7 +147,7 @@ combination of these streams.") | |||
| 147 | (origin | 147 | (origin |
| 148 | (method git-fetch) | 148 | (method git-fetch) |
| 149 | (uri (git-reference | 149 | (uri (git-reference |
| 150 | (url "https://github.com/QuantStack/xsimd.git") | 150 | (url "https://github.com/QuantStack/xsimd") |
| 151 | (commit version))) | 151 | (commit version))) |
| 152 | (sha256 | 152 | (sha256 |
| 153 | (base32 "1ny2qin1j4h35mljivh8z52kwdyjxf4yxlzb8j52ji91v2ccc88j")) | 153 | (base32 "1ny2qin1j4h35mljivh8z52kwdyjxf4yxlzb8j52ji91v2ccc88j")) |
| @@ -268,7 +268,7 @@ intuitive syntax and trivial integration.") | |||
| 268 | (method git-fetch) | 268 | (method git-fetch) |
| 269 | (uri | 269 | (uri |
| 270 | (git-reference | 270 | (git-reference |
| 271 | (url "https://github.com/QuantStack/xtl.git") | 271 | (url "https://github.com/QuantStack/xtl") |
| 272 | (commit version))) | 272 | (commit version))) |
| 273 | (sha256 | 273 | (sha256 |
| 274 | (base32 | 274 | (base32 |
| @@ -404,7 +404,7 @@ and make @code{cpplint} usable in wider contexts.") | |||
| 404 | (origin | 404 | (origin |
| 405 | (method git-fetch) | 405 | (method git-fetch) |
| 406 | (uri (git-reference | 406 | (uri (git-reference |
| 407 | (url "https://github.com/Stiffstream/sobjectizer.git") | 407 | (url "https://github.com/Stiffstream/sobjectizer") |
| 408 | (commit (string-append "v." version)))) | 408 | (commit (string-append "v." version)))) |
| 409 | (sha256 | 409 | (sha256 |
| 410 | (base32 "0jfai7sqxnnjkms38krm7mssj5l79nb3pllkbyj4j581a7l5j6l5")) | 410 | (base32 "0jfai7sqxnnjkms38krm7mssj5l79nb3pllkbyj4j581a7l5j6l5")) |
| @@ -435,7 +435,7 @@ development of concurrent and multithreaded applications in C++.") | |||
| 435 | (origin | 435 | (origin |
| 436 | (method git-fetch) | 436 | (method git-fetch) |
| 437 | (uri (git-reference | 437 | (uri (git-reference |
| 438 | (url "https://github.com/mobius3/tweeny.git") | 438 | (url "https://github.com/mobius3/tweeny") |
| 439 | (commit (string-append "v" version)))) | 439 | (commit (string-append "v" version)))) |
| 440 | (file-name (git-file-name name version)) | 440 | (file-name (git-file-name name version)) |
| 441 | (sha256 | 441 | (sha256 |
| @@ -462,7 +462,7 @@ point and then, after each tween step, plugging back the result.") | |||
| 462 | (source (origin | 462 | (source (origin |
| 463 | (method git-fetch) | 463 | (method git-fetch) |
| 464 | (uri (git-reference | 464 | (uri (git-reference |
| 465 | (url "https://github.com/abseil/abseil-cpp.git") | 465 | (url "https://github.com/abseil/abseil-cpp") |
| 466 | (commit version))) | 466 | (commit version))) |
| 467 | (file-name (git-file-name name version)) | 467 | (file-name (git-file-name name version)) |
| 468 | (sha256 | 468 | (sha256 |
| @@ -506,7 +506,7 @@ Google's C++ code base.") | |||
| 506 | (source (origin | 506 | (source (origin |
| 507 | (method git-fetch) | 507 | (method git-fetch) |
| 508 | (uri (git-reference | 508 | (uri (git-reference |
| 509 | (url "https://github.com/taocpp/PEGTL.git") | 509 | (url "https://github.com/taocpp/PEGTL") |
| 510 | (commit version))) | 510 | (commit version))) |
| 511 | (file-name (git-file-name name version)) | 511 | (file-name (git-file-name name version)) |
| 512 | (sha256 | 512 | (sha256 |
