guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: rinutils: Update to 0.10.0.


From: guix-commits
Subject: 05/13: gnu: rinutils: Update to 0.10.0.
Date: Mon, 3 Jan 2022 23:39:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b7c03093eb52567d9a2488f93ed91fdde3c9f3a8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 4 02:35:31 2022 +0100

    gnu: rinutils: Update to 0.10.0.
    
    * gnu/packages/games.scm (rinutils): Update to 0.10.0.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e9c3d8b8c5..488f18657d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7509,7 +7509,7 @@ original.")
 (define-public rinutils
   (package
     (name "rinutils")
-    (version "0.2.0")
+    (version "0.10.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7518,7 +7518,7 @@ original.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1fpxyg86ggv0h7j8aarjjxrvwlj7jycd3bw066c0dwkq2fszxsf2"))))
+                "05h9sq3w900mx8xij7qgqgqcbdk1x5gvbpz7prw2pfbzrrbiq2ns"))))
     (build-system cmake-build-system)
     (arguments
      (list #:phases



reply via email to

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