diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 04:40:24 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 06:56:54 +0200 |
| commit | e5d193da69be4737b633f7aefa23d8d76c373f3f (patch) | |
| tree | b86d141b18f028faac35652625ba4c979ebc38b6 | |
| parent | 6655e2e238d9c9d73b9453342b2ecb31de000a5e (diff) | |
gnu: uthash: Update to 2.1.0.
* gnu/packages/datastructures.scm (uthash): Update to 2.1.0.
| -rw-r--r-- | gnu/packages/datastructures.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 4505d82e388..3c8814348fc 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm | |||
| @@ -152,7 +152,7 @@ queues, stacks, and doubly-linked lists.") | |||
| 152 | (define-public uthash | 152 | (define-public uthash |
| 153 | (package | 153 | (package |
| 154 | (name "uthash") | 154 | (name "uthash") |
| 155 | (version "2.0.2") | 155 | (version "2.1.0") |
| 156 | (source | 156 | (source |
| 157 | (origin | 157 | (origin |
| 158 | (method git-fetch) | 158 | (method git-fetch) |
| @@ -161,8 +161,7 @@ queues, stacks, and doubly-linked lists.") | |||
| 161 | (commit (string-append "v" version)))) | 161 | (commit (string-append "v" version)))) |
| 162 | (file-name (git-file-name name version)) | 162 | (file-name (git-file-name name version)) |
| 163 | (sha256 | 163 | (sha256 |
| 164 | (base32 | 164 | (base32 "0k80bjbb6ss5wpmfmfji6xbyjm990hg9kcshwwnhdnh73vxkcd1m")))) |
| 165 | "0kslz8k6lssh7fl7ayzwlj62p0asxs3dq03357ls5ywjad238gqg")))) | ||
| 166 | (build-system gnu-build-system) | 165 | (build-system gnu-build-system) |
| 167 | (native-inputs | 166 | (native-inputs |
| 168 | `(("perl" ,perl))) | 167 | `(("perl" ,perl))) |
