gnu: golly: Update to 3.3.
* gnu/packages/games.scm (golly): Update to 3.3.
This commit is contained in:
parent
17cb06a68f
commit
106c6aa550
1 changed files with 2 additions and 2 deletions
|
@ -710,7 +710,7 @@ real-time combat.")
|
||||||
(define-public golly
|
(define-public golly
|
||||||
(package
|
(package
|
||||||
(name "golly")
|
(name "golly")
|
||||||
(version "3.2")
|
(version "3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/golly/golly/golly-"
|
(uri (string-append "mirror://sourceforge/golly/golly/golly-"
|
||||||
|
@ -718,7 +718,7 @@ real-time combat.")
|
||||||
"-src.tar.gz"))
|
"-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cg9mbwmf4q6qxhqlnzrxh9y047banxdb8pd3hgj3smmja2zf0jd"))))
|
"1j3ksnar4rdam4xiyspgyrs1pifbvxfxkrn65brkwxpx39mpgzc8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list "CC=gcc"
|
'(#:make-flags (list "CC=gcc"
|
||||||
|
|
Reference in a new issue