diff options
Diffstat (limited to 'gnu/packages/datastructures.scm')
| -rw-r--r-- | gnu/packages/datastructures.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 864f1840f31..b996a537cf7 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm | |||
| @@ -86,7 +86,7 @@ library.") | |||
| 86 | (source (origin | 86 | (source (origin |
| 87 | (method git-fetch) | 87 | (method git-fetch) |
| 88 | (uri (git-reference | 88 | (uri (git-reference |
| 89 | (url "https://github.com/sparsehash/sparsehash.git") | 89 | (url "https://github.com/sparsehash/sparsehash") |
| 90 | (commit (string-append name "-" version)))) | 90 | (commit (string-append name "-" version)))) |
| 91 | (file-name (git-file-name name version)) | 91 | (file-name (git-file-name name version)) |
| 92 | (sha256 | 92 | (sha256 |
| @@ -161,7 +161,7 @@ queues, stacks, and doubly-linked lists.") | |||
| 161 | (origin | 161 | (origin |
| 162 | (method git-fetch) | 162 | (method git-fetch) |
| 163 | (uri (git-reference | 163 | (uri (git-reference |
| 164 | (url "https://github.com/troydhanson/uthash.git") | 164 | (url "https://github.com/troydhanson/uthash") |
| 165 | (commit (string-append "v" version)))) | 165 | (commit (string-append "v" version)))) |
| 166 | (file-name (git-file-name name version)) | 166 | (file-name (git-file-name name version)) |
| 167 | (sha256 | 167 | (sha256 |
| @@ -263,7 +263,7 @@ equivalent succinct data structure are (most of the time) identical.") | |||
| 263 | (source (origin | 263 | (source (origin |
| 264 | (method git-fetch) | 264 | (method git-fetch) |
| 265 | (uri (git-reference | 265 | (uri (git-reference |
| 266 | (url "https://github.com/y-256/libdivsufsort.git") | 266 | (url "https://github.com/y-256/libdivsufsort") |
| 267 | (commit version))) | 267 | (commit version))) |
| 268 | (file-name (git-file-name name version)) | 268 | (file-name (git-file-name name version)) |
| 269 | (sha256 | 269 | (sha256 |
