mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: bennu-game-development: Update to 353.
* gnu/packages/game-development.scm (bennu-game-development): Update to 353.
This commit is contained in:
parent
5c3f7c8ab8
commit
abb64b5efc
1 changed files with 2 additions and 2 deletions
|
@ -1843,7 +1843,7 @@ (define-public guile3.0-chickadee
|
|||
(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 @@ (define-public bennu-game-development
|
|||
(file-name (string-append name "-" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wpzsbh4zi3931493dnyl5ffmh1b7fj2sx3mzrq304z9zs4d6lqq"))
|
||||
"1iri58ryk9lbqn585cbccnvrfkj8qxlbcsk8rpih40jhvs1j101l"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue