mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: freeciv: Update to 2.6.4.
* gnu/packages/games.scm (freeciv): Update to 2.6.4.
This commit is contained in:
parent
8615e21a8c
commit
018b6b46f1
1 changed files with 2 additions and 2 deletions
|
@ -5849,7 +5849,7 @@ (define-public kobodeluxe
|
||||||
(define-public freeciv
|
(define-public freeciv
|
||||||
(package
|
(package
|
||||||
(name "freeciv")
|
(name "freeciv")
|
||||||
(version "2.6.3")
|
(version "2.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5861,7 +5861,7 @@ (define-public freeciv
|
||||||
(version-major+minor version) "/" version
|
(version-major+minor version) "/" version
|
||||||
"/freeciv-" version ".tar.bz2")))
|
"/freeciv-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lgq7wcbhwpy2yqdw4biwfmp5q8fh7lhlwxcgm0fpaapfl12whvp"))))
|
(base32 "1kn122f57wn5a8ryxaz73dlbd5m93mqx3bqmmz2lkgdccrvrbns0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("curl" ,curl)
|
`(("curl" ,curl)
|
||||||
|
|
Loading…
Reference in a new issue