[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: rgbds: Update to 0.5.2.
From: |
guix-commits |
Subject: |
06/08: gnu: rgbds: Update to 0.5.2. |
Date: |
Mon, 15 Aug 2022 04:28:36 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit eb38d49b04d946c96dbd4ea6adc6ffd394711a13
Author: Ekaitz Zarraga <ekaitz@elenq.tech>
AuthorDate: Fri Aug 12 12:47:51 2022 +0200
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>
---
gnu/packages/assembly.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index ca50b00a06..df6587385f 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -291,7 +291,7 @@ runtime")
(define-public rgbds
(package
(name "rgbds")
- (version "0.4.2")
+ (version "0.5.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -300,7 +300,7 @@ runtime")
(file-name (git-file-name name version))
(sha256
(base32
- "0lygj7jzjlq4w0mkiir7ycysrd1p1akyvzrppjcchja05mi8wy9p"))))
+ "13zy05xzh2yxyvzf78a5h59pabwrfr6qs5m453pfbdyd3msg2s7w"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -312,8 +312,7 @@ runtime")
(("pkg-config")
(or (which "pkg-config")
(string-append ,(%current-target-system)
- "-pkg-config"))))
- #t))
+ "-pkg-config"))))))
(replace 'check
(lambda _
(with-directory-excursion "test/asm"
- branch master updated (8fce5f0f0f -> a751d90c88), guix-commits, 2022/08/15
- 04/08: gnu: lttng-ust: Update to 2.13.3., guix-commits, 2022/08/15
- 02/08: gnu: python-lsp-server: Update to 1.5.0., guix-commits, 2022/08/15
- 06/08: gnu: rgbds: Update to 0.5.2.,
guix-commits <=
- 01/08: gnu: Add python-whatthepatch., guix-commits, 2022/08/15
- 05/08: gnu: lttng-tools: Update to 2.13.7., guix-commits, 2022/08/15
- 08/08: gnu: tumbler: Update to 4.16.1., guix-commits, 2022/08/15
- 07/08: gnu: xfce4-screenshooter: Update to 1.9.11., guix-commits, 2022/08/15
- 03/08: gnu: Add lttng-modules., guix-commits, 2022/08/15