all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: 57153@debbugs.gnu.org
Subject: [bug#57153] [PATCH] gnu: rgbds: Update to 0.5.2.
Date: Fri, 12 Aug 2022 10:49:23 +0000	[thread overview]
Message-ID: <l87cgcR0OLja7_TalQMxWrR--jFQADAg6UZ8Dipx8MTfPauEbVOicICSv9HB3XUHxpfzdjPIf-RrpGRGMG-asOLNtq8XtZLpZTBJsouUwGs=@elenq.tech> (raw)

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(-)

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






             reply	other threads:[~2022-08-12 10:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-12 10:49 Ekaitz Zarraga [this message]
2022-08-15  7:58 ` bug#57153: [PATCH] gnu: rgbds: Update to 0.5.2 Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='l87cgcR0OLja7_TalQMxWrR--jFQADAg6UZ8Dipx8MTfPauEbVOicICSv9HB3XUHxpfzdjPIf-RrpGRGMG-asOLNtq8XtZLpZTBJsouUwGs=@elenq.tech' \
    --to=ekaitz@elenq.tech \
    --cc=57153@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.