diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-04 02:35:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-04 05:39:00 +0100 |
commit | b7c03093eb52567d9a2488f93ed91fdde3c9f3a8 (patch) | |
tree | f6b8ef128ed8b16fec832987c1f33332dc664b09 /gnu | |
parent | 0f97e0af40aa5ef91b9d9e411a67ad0c69100cbd (diff) | |
download | guix-b7c03093eb52567d9a2488f93ed91fdde3c9f3a8.tar.gz |
gnu: rinutils: Update to 0.10.0.
* gnu/packages/games.scm (rinutils): Update to 0.10.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files 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 |