summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriel Dumas--Jondeau <leirda@disroot.org>2024-09-13 11:46:25 +0200
committerGuix Patches Tester <>2024-09-13 12:54:10 +0200
commit37c7a4eaa13cc699a62670c6f3e2f4e6e35d3efe (patch)
tree307a91960510fa3f4efbf2204548d6a309de874b
parent98bc13b9ea5f22a60de6c289d59072638001e08e (diff)
downloadguix-patches-issue-73222.tar
guix-patches-issue-73222.tar.gz
gnu: godot-lts: Update to 3.6.issue-73222
* gnu/packages/game-development.scm (godot-lts): Update to 3.6. Change-Id: I7cc60a6f10e845c69336e09ecca2b20f702b860a
-rw-r--r--gnu/packages/game-development.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 9138d6dbf9..41b0dc0e07 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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)))