diff options
| author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-08-12 12:47:51 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-08-15 10:22:38 +0200 |
| commit | eb38d49b04d946c96dbd4ea6adc6ffd394711a13 (patch) | |
| tree | e53430db1332b0080200553acc851dc94d9eff47 /gnu/packages | |
| parent | c53a5e7dc3153443cab5ac8ce7ff9d935785fe44 (diff) | |
gnu: rgbds: Update to 0.5.2.
* gnu/packages/assembly.scm (rgbds): Update to 0.5.2.
[arguments]: Remove a trailing #t.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/assembly.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index ca50b00a06d..df6587385fd 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm | |||
| @@ -291,7 +291,7 @@ runtime") | |||
| 291 | (define-public rgbds | 291 | (define-public rgbds |
| 292 | (package | 292 | (package |
| 293 | (name "rgbds") | 293 | (name "rgbds") |
| 294 | (version "0.4.2") | 294 | (version "0.5.2") |
| 295 | (source (origin | 295 | (source (origin |
| 296 | (method git-fetch) | 296 | (method git-fetch) |
| 297 | (uri (git-reference | 297 | (uri (git-reference |
| @@ -300,7 +300,7 @@ runtime") | |||
| 300 | (file-name (git-file-name name version)) | 300 | (file-name (git-file-name name version)) |
| 301 | (sha256 | 301 | (sha256 |
| 302 | (base32 | 302 | (base32 |
| 303 | "0lygj7jzjlq4w0mkiir7ycysrd1p1akyvzrppjcchja05mi8wy9p")))) | 303 | "13zy05xzh2yxyvzf78a5h59pabwrfr6qs5m453pfbdyd3msg2s7w")))) |
| 304 | (build-system gnu-build-system) | 304 | (build-system gnu-build-system) |
| 305 | (arguments | 305 | (arguments |
| 306 | `(#:phases | 306 | `(#:phases |
| @@ -312,8 +312,7 @@ runtime") | |||
| 312 | (("pkg-config") | 312 | (("pkg-config") |
| 313 | (or (which "pkg-config") | 313 | (or (which "pkg-config") |
| 314 | (string-append ,(%current-target-system) | 314 | (string-append ,(%current-target-system) |
| 315 | "-pkg-config")))) | 315 | "-pkg-config")))))) |
| 316 | #t)) | ||
| 317 | (replace 'check | 316 | (replace 'check |
| 318 | (lambda _ | 317 | (lambda _ |
| 319 | (with-directory-excursion "test/asm" | 318 | (with-directory-excursion "test/asm" |
