1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: godot-lts: Update to 3.6.

* gnu/packages/game-development.scm (godot-lts): Update to 3.6.

Change-Id: I7cc60a6f10e845c69336e09ecca2b20f702b860a
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Adriel Dumas--Jondeau
2024-09-13 11:46:25 +02:00
committed by Liliana Marie Prikler
parent 99261e8b53
commit b167ff4bc3

View File

@@ -1928,7 +1928,7 @@ games.")
(define-public godot-lts
(package
(name "godot")
(version "3.5.3")
(version "3.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1937,7 +1937,7 @@ games.")
(file-name (git-file-name name version))
(sha256
(base32
"0zibc6am9axbbm8l57jf2d324a2m44pf6ncp2i4h1b219jjq89l6"))
"1vdpd05i901p69ciagdaiwdw21j65a7s9r96gdzay321a0xihr71"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))