gnu: bennu-game-development: Update to 353.
* gnu/packages/game-development.scm (bennu-game-development): Update to 353.master
parent
5c3f7c8ab8
commit
abb64b5efc
|
@ -1843,7 +1843,7 @@ that parenthetically inclined game developers need to make 2D (and eventually
|
||||||
(define-public bennu-game-development
|
(define-public bennu-game-development
|
||||||
(package
|
(package
|
||||||
(name "bennu-game-development")
|
(name "bennu-game-development")
|
||||||
(version "348")
|
(version "353")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
(uri (svn-reference
|
(uri (svn-reference
|
||||||
|
@ -1852,7 +1852,7 @@ that parenthetically inclined game developers need to make 2D (and eventually
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wpzsbh4zi3931493dnyl5ffmh1b7fj2sx3mzrq304z9zs4d6lqq"))
|
"1iri58ryk9lbqn585cbccnvrfkj8qxlbcsk8rpih40jhvs1j101l"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue