mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: godot: Update to 4.1.3.
* gnu/packages/game-development.scm (godot): Update to 4.1.3. Change-Id: Ia8844da04b568e32e9138b222ddfdca7868b010f Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
8960eb0278
commit
185d83d3ca
1 changed files with 2 additions and 2 deletions
|
@ -2055,7 +2055,7 @@ (define-public godot-lts
|
|||
(define-public godot
|
||||
(package
|
||||
(name "godot")
|
||||
(version "4.1.2")
|
||||
(version "4.1.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2064,7 +2064,7 @@ (define-public godot
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zm07rknpjkvyxpiscqsx5hi4gc5wi647jlhillxdf85b36s6q9j"))
|
||||
"1mwwzf77ixkalciqakn6q42g9sl2570didfll406sfs42wz534ng"))
|
||||
(modules '((guix build utils)
|
||||
(ice-9 ftw)
|
||||
(srfi srfi-1)))
|
||||
|
|
Loading…
Reference in a new issue