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.4.3.


From: guix-commits
Subject: 02/02: gnu: tsukundere: Update to 0.4.3.
Date: Sun, 23 Oct 2022 09:08:20 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 88fa3e6c3e46cbe324758fdf71b9c00e42f93069
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Oct 23 15:07:56 2022 +0200

    gnu: tsukundere: Update to 0.4.3.
    
    * gnu/packages/game-development.scm (tsukundere): Update to 0.4.3.
---
 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 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)



reply via email to

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