aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4afb7f8437..8597c7730b 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -617,7 +617,7 @@ clone.")
(define-public tsukundere
(package
(name "tsukundere")
- (version "0.4.1")
+ (version "0.4.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -626,7 +626,7 @@ clone.")
(file-name (git-file-name name version))
(sha256
(base32
- "11glghnff27rqh2s34g51afg93g3f5ryfz9mkyb7qj35ngl8vw5f"))))
+ "1lq2rs33s6l6y0hwwkv8pppgq2ki0q5kzj11s90yivi8g8g201af"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((ice-9 match)