diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 05:40:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 06:09:02 +0100 |
commit | 106c6aa55009527920b3a2a3ab46b616ff6be454 (patch) | |
tree | 7af72f41776f6e8003e2349a7f3f3a4315b11b83 /gnu | |
parent | 17cb06a68f6e6c4ff8be1134d0f8125c04ab6f0d (diff) | |
download | patches-106c6aa55009527920b3a2a3ab46b616ff6be454.tar patches-106c6aa55009527920b3a2a3ab46b616ff6be454.tar.gz |
gnu: golly: Update to 3.3.
* gnu/packages/games.scm (golly): Update to 3.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 361d0a6a81..0fa6a123d3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -710,7 +710,7 @@ real-time combat.") (define-public golly (package (name "golly") - (version "3.2") + (version "3.3") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/golly/golly/golly-" @@ -718,7 +718,7 @@ real-time combat.") "-src.tar.gz")) (sha256 (base32 - "0cg9mbwmf4q6qxhqlnzrxh9y047banxdb8pd3hgj3smmja2zf0jd")))) + "1j3ksnar4rdam4xiyspgyrs1pifbvxfxkrn65brkwxpx39mpgzc8")))) (build-system gnu-build-system) (arguments '(#:make-flags (list "CC=gcc" |