summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2021-07-02 13:29:37 +0200
committerLeo Prikler <leo.prikler@student.tugraz.at>2021-07-02 14:33:14 +0200
commit7f580c27daa5076f1961acabe4e6b4c7b17763c3 (patch)
tree68c45db56fd080c5a9614c3a77d7e0808e7a9acd
parent3734d3d0c28f288daffc97c341a17055ba6ac046 (diff)
downloadguix-patches-7f580c27daa5076f1961acabe4e6b4c7b17763c3.tar
guix-patches-7f580c27daa5076f1961acabe4e6b4c7b17763c3.tar.gz
gnu: tsukundere: Update to 0.3.2.
* gnu/packages/game-development.scm (tsukundere): Update to 0.3.2.
-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 923a174697..9069b88d0c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -494,7 +494,7 @@ clone.")
(define-public tsukundere
(package
(name "tsukundere")
- (version "0.3.1")
+ (version "0.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -503,7 +503,7 @@ clone.")
(file-name (git-file-name name version))
(sha256
(base32
- "13p9inz7jj3hm2lmx4p0lhva4ng1m148pjzhq12ybc4kk139i75b"))))
+ "05y3nj8vpn40hfr2y29p8pa9hhpzibhbvfzpm0dlphjh9crq3ii4"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((ice-9 match)