guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: tsukundere: Update to 0.3.2.


From: guix-commits
Subject: 02/02: gnu: tsukundere: Update to 0.3.2.
Date: Fri, 2 Jul 2021 08:33:30 -0400 (EDT)

leoprikler pushed a commit to branch master
in repository guix.

commit 7f580c27daa5076f1961acabe4e6b4c7b17763c3
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Fri Jul 2 13:29:37 2021 +0200

    gnu: tsukundere: Update to 0.3.2.
    
    * gnu/packages/game-development.scm (tsukundere): Update to 0.3.2.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 923a174..9069b88 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]