gnu: rinutils: Update to 0.10.0.
* gnu/packages/games.scm (rinutils): Update to 0.10.0.
This commit is contained in:
parent
0f97e0af40
commit
b7c03093eb
1 changed files with 2 additions and 2 deletions
|
@ -7509,7 +7509,7 @@ (define shlomif-cmake-modules
|
|||
(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 @@ (define-public rinutils
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fpxyg86ggv0h7j8aarjjxrvwlj7jycd3bw066c0dwkq2fszxsf2"))))
|
||||
"05h9sq3w900mx8xij7qgqgqcbdk1x5gvbpz7prw2pfbzrrbiq2ns"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue