guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rgbds: Update to 0.4.0.


From: guix-commits
Subject: branch master updated: gnu: rgbds: Update to 0.4.0.
Date: Mon, 06 Apr 2020 08:39:42 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new af03dcc  gnu: rgbds: Update to 0.4.0.
af03dcc is described below

commit af03dccea1e3f15209e2664a47912f3efd34bbd3
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Mon Apr 6 14:32:32 2020 +0200

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

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 9ebfe83..c775603 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -259,7 +259,7 @@ runtime")
 (define-public rgbds
   (package
     (name "rgbds")
-    (version "0.3.10")
+    (version "0.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -268,7 +268,7 @@ runtime")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0752fbffxgxyf3jw2iij88l05dqhppgcxy7dvk82hp4wdg4cflpq"))))
+                "15680964nlsa83nqgxk7knxajn98lddz2hg6jnn8ffmnms5wdam7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]