gnu: rinutils: Update to 0.10.1.
* gnu/packages/games.scm (rinutils): Update to 0.10.1.
This commit is contained in:
parent
24f0beea42
commit
afa96117d0
1 changed files with 2 additions and 2 deletions
|
@ -7589,7 +7589,7 @@ original.")
|
||||||
(define-public rinutils
|
(define-public rinutils
|
||||||
(package
|
(package
|
||||||
(name "rinutils")
|
(name "rinutils")
|
||||||
(version "0.10.0")
|
(version "0.10.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7598,7 +7598,7 @@ original.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05h9sq3w900mx8xij7qgqgqcbdk1x5gvbpz7prw2pfbzrrbiq2ns"))))
|
"0r90kncf6mvyklifpdsnm50iya7w2951nz35nlgndmqnr82gvdwf"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Reference in a new issue