diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-02 00:49:37 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-02 20:19:06 +0200 |
| commit | 4ef3490d443ed4a2af8a002a65a26f7259268825 (patch) | |
| tree | 402026db146f97f46fc71bb1076054fea5d9e89f /gnu | |
| parent | e402a66b07c12aadf5eed1472110684831f1f498 (diff) | |
gnu: bambam: Update to 0.6.
* gnu/packages/games.scm (bambam): Update to 0.6.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 41c4396addc..1559f31797a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -3199,7 +3199,7 @@ programmers may also add their own favorite language.") | |||
| 3199 | (define-public bambam | 3199 | (define-public bambam |
| 3200 | (package | 3200 | (package |
| 3201 | (name "bambam") | 3201 | (name "bambam") |
| 3202 | (version "0.5") | 3202 | (version "0.6") |
| 3203 | (source | 3203 | (source |
| 3204 | (origin | 3204 | (origin |
| 3205 | (method url-fetch) | 3205 | (method url-fetch) |
| @@ -3208,7 +3208,7 @@ programmers may also add their own favorite language.") | |||
| 3208 | (file-name (string-append name "-" version ".tar.gz")) | 3208 | (file-name (string-append name "-" version ".tar.gz")) |
| 3209 | (sha256 | 3209 | (sha256 |
| 3210 | (base32 | 3210 | (base32 |
| 3211 | "10w110mjdwbvddzihh9rganvvjr5jfiz8cs9n7w12zndwwcc3ria")))) | 3211 | "05jwhk30pi1iwkfwy707w73c8jgbizqjpgi7y0jhsrx56pxl6mds")))) |
| 3212 | (build-system python-build-system) | 3212 | (build-system python-build-system) |
| 3213 | (arguments | 3213 | (arguments |
| 3214 | `(#:python ,python-2 | 3214 | `(#:python ,python-2 |
