guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bennu-game-development: Update to 353.


From: guix-commits
Subject: branch master updated: gnu: bennu-game-development: Update to 353.
Date: Wed, 18 Nov 2020 08:14:01 -0500

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

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new abb64b5  gnu: bennu-game-development: Update to 353.
abb64b5 is described below

commit abb64b5efc6b657d64e903f3e1bf28f9e3031f6c
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Nov 18 14:13:47 2020 +0100

    gnu: bennu-game-development: Update to 353.
    
    * gnu/packages/game-development.scm (bennu-game-development): Update to 353.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index d6e87b7..534a5ea 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1843,7 +1843,7 @@ that parenthetically inclined game developers need to 
make 2D (and eventually
 (define-public bennu-game-development
   (package
     (name "bennu-game-development")
-    (version "348")
+    (version "353")
     (source (origin
               (method svn-fetch)
               (uri (svn-reference
@@ -1852,7 +1852,7 @@ that parenthetically inclined game developers need to 
make 2D (and eventually
               (file-name (string-append name "-" version))
               (sha256
                (base32
-                "0wpzsbh4zi3931493dnyl5ffmh1b7fj2sx3mzrq304z9zs4d6lqq"))
+                "1iri58ryk9lbqn585cbccnvrfkj8qxlbcsk8rpih40jhvs1j101l"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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