[PATCH] gnu: rgbds: Update to 0.5.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ekaitz Zarraga
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 3 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
l87cgcR0OLja7_TalQMxWrR--jFQADAg6UZ8Dipx8MTfPauEbVOicICSv9HB3XUHxpfzdjPIf-RrpGRGMG-asOLNtq8XtZLpZTBJsouUwGs=@elenq.tech
From c51bf5482f592c4d7ab1c73691a9138199e8808c Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Fri, 12 Aug 2022 12:47:51 +0200
Subject: [PATCH] gnu: rgbds: Update to 0.5.2.

* gnu/packages/assembly.scm (rgbds): Update to 0.5.2.
---
gnu/packages/assembly.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Toggle diff (32 lines)
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 @@ (define-public libjit
(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 @@ (define-public rgbds
(file-name (git-file-name name version))
(sha256
(base32
- "0lygj7jzjlq4w0mkiir7ycysrd1p1akyvzrppjcchja05mi8wy9p"))))
+ "13zy05xzh2yxyvzf78a5h59pabwrfr6qs5m453pfbdyd3msg2s7w"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -312,8 +312,7 @@ (define-public rgbds
(("pkg-config")
(or (which "pkg-config")
(string-append ,(%current-target-system)
- "-pkg-config"))))
- #t))
+ "-pkg-config"))))))
(replace 'check
(lambda _
(with-directory-excursion "test/asm"
--
2.36.1
Mathieu Othacehe wrote 3 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)(address . 57153-done@debbugs.gnu.org)
87bksmgcpy.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/assembly.scm (rgbds): Update to 0.5.2.

Pushed, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57153@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57153
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help