summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-04 13:34:46 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-04 14:24:00 +0200
commit85c84b1071b0886c70abb510c80b825f5335ed84 (patch)
treef2c8a711380aa291c419cda2d669e2f80e8be176 /gnu/packages
parent48a61e45ac98df8299cd0c2f303fd0f5476ef7ba (diff)
downloadguix-patches-85c84b1071b0886c70abb510c80b825f5335ed84.tar
guix-patches-85c84b1071b0886c70abb510c80b825f5335ed84.tar.gz
gnu: godot: Update to 3.2.3.
* gnu/packages/game-development.scm (godot): Update to 3.2.3.
Diffstat (limited to 'gnu/packages')
-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 f656b0fc94..061dc13f69 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1527,7 +1527,7 @@ games.")
(define-public godot
(package
(name "godot")
- (version "3.2.2")
+ (version "3.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1536,7 +1536,7 @@ games.")
(file-name (git-file-name name version))
(sha256
(base32
- "1libz83mbyrkbbsmmi8z2rydv3ls0w9r4vb5v6diqqwn7ka8z804"))
+ "19vrp5lhyvxbm6wjxzn28sn3i0s8j08ca7nani8l1nrhvlc8wi0v"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))