GNU bug report logs - #57153
[PATCH] gnu: rgbds: Update to 0.5.2.

Previous Next

Package: guix-patches;

Reported by: Ekaitz Zarraga <ekaitz <at> elenq.tech>

Date: Fri, 12 Aug 2022 10:50:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57153: closed ([PATCH] gnu: rgbds: Update to 0.5.2.)
Date: Mon, 15 Aug 2022 07:59:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 15 Aug 2022 09:58:17 +0200
with message-id <87bksmgcpy.fsf <at> gnu.org>
and subject line Re: bug#57153: [PATCH] gnu: rgbds: Update to 0.5.2.
has caused the debbugs.gnu.org bug report #57153,
regarding [PATCH] gnu: rgbds: Update to 0.5.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
57153: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57153
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ekaitz Zarraga <ekaitz <at> elenq.tech>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: rgbds: Update to 0.5.2.
Date: Fri, 12 Aug 2022 10:49:23 +0000
From c51bf5482f592c4d7ab1c73691a9138199e8808c Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz <at> 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(-)

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




[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Cc: 57153-done <at> debbugs.gnu.org
Subject: Re: bug#57153: [PATCH] gnu: rgbds: Update to 0.5.2.
Date: Mon, 15 Aug 2022 09:58:17 +0200
> * gnu/packages/assembly.scm (rgbds): Update to 0.5.2.

Pushed, thanks,

Mathieu


This bug report was last modified 2 years and 341 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.