all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57153] [PATCH] gnu: rgbds: Update to 0.5.2.
@ 2022-08-12 10:49 Ekaitz Zarraga
  2022-08-15  7:58 ` bug#57153: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Ekaitz Zarraga @ 2022-08-12 10:49 UTC (permalink / raw)
  To: 57153

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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57153: [PATCH] gnu: rgbds: Update to 0.5.2.
  2022-08-12 10:49 [bug#57153] [PATCH] gnu: rgbds: Update to 0.5.2 Ekaitz Zarraga
@ 2022-08-15  7:58 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-08-15  7:58 UTC (permalink / raw)
  To: Ekaitz Zarraga; +Cc: 57153-done


> * gnu/packages/assembly.scm (rgbds): Update to 0.5.2.

Pushed, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-15  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-12 10:49 [bug#57153] [PATCH] gnu: rgbds: Update to 0.5.2 Ekaitz Zarraga
2022-08-15  7:58 ` bug#57153: " Mathieu Othacehe

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.