gnu: fortune-mod: Update to 3.14.0.
* gnu/packages/games.scm (fortune-mod): Update to 3.14.0.
This commit is contained in:
parent
afa96117d0
commit
d62474af1b
1 changed files with 2 additions and 2 deletions
|
@ -7648,7 +7648,7 @@ original.")
|
||||||
(define-public fortune-mod
|
(define-public fortune-mod
|
||||||
(package
|
(package
|
||||||
(name "fortune-mod")
|
(name "fortune-mod")
|
||||||
(version "3.12.0")
|
(version "3.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7657,7 +7657,7 @@ original.")
|
||||||
(commit (string-append "fortune-mod-" version))))
|
(commit (string-append "fortune-mod-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iq3bxrw8758jqvfqaasd7w1zm0g28g9n25qccnzvr98997h6r2n"))))
|
(base32 "1f2zif3s6vddbhph4jr1cymdsn7gagg59grrxs0yap6myqmy8shg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:test-target "check"
|
(list #:test-target "check"
|
||||||
|
|
Reference in a new issue