mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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
|
(define-public rinutils
|
||||||
(package
|
(package
|
||||||
(name "rinutils")
|
(name "rinutils")
|
||||||
(version "0.2.0")
|
(version "0.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7518,7 +7518,7 @@ (define-public rinutils
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fpxyg86ggv0h7j8aarjjxrvwlj7jycd3bw066c0dwkq2fszxsf2"))))
|
"05h9sq3w900mx8xij7qgqgqcbdk1x5gvbpz7prw2pfbzrrbiq2ns"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Loading…
Reference in a new issue