me
/
guix
Archived
1
0
Fork 0

gnu: fortune-mod: Update to 2.28.0.

* gnu/packages/games.scm (fortune-mod): Update to 2.28.0.
master
Tobias Geerinckx-Rice 2020-06-06 02:51:39 +02:00
parent f9bffb564a
commit 6b490fff21
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -6380,7 +6380,7 @@ original.")
(define-public fortune-mod
(package
(name "fortune-mod")
(version "2.22.0")
(version "2.28.0")
(source
(origin
(method git-fetch)
@ -6389,8 +6389,7 @@ original.")
(commit (string-append "fortune-mod-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"17h2g35j8nzljsqaqhrsx75jakbmlqnsa150g2xw414fcbnjbyps"))))
(base32 "1ppzgnffgdcmq6fq4gmdq2ig10ip2bnfgklkb3i8nc6bdxm7pb89"))))
(build-system cmake-build-system)
(arguments
`(#:test-target "check"