diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 16:06:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 16:25:05 +0200 |
commit | f2922d9ea1f46efc70bf16e2e6e540575548a8c2 (patch) | |
tree | 4e7c0907886d983c583d6e48230e6a05788f8504 /gnu/packages | |
parent | 73996c02500bf0da9c5ea66b1366be3e5714c30e (diff) | |
download | guix-f2922d9ea1f46efc70bf16e2e6e540575548a8c2.tar.gz guix-f2922d9ea1f46efc70bf16e2e6e540575548a8c2.zip |
gnu: pioneers: Update to 15.6.
* gnu/packages/games.scm (pioneers): Update to 15.6.
Diffstat (limited to 'gnu/packages')
-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 b7064ce18c..9329e34c32 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4193,14 +4193,14 @@ are only two levels to play with, but they are very addictive.") (define-public pioneers (package (name "pioneers") - (version "15.5") + (version "15.6") (source (origin (method url-fetch) (uri (string-append "http://downloads.sourceforge.net/pio/" "pioneers-" version ".tar.gz")) (sha256 (base32 - "037gdiiw690jw3wd1s9lxmkqx0caxyk0b4drpm7i9p28gig43q9y")))) + "07b3xdd81n8ybsb4fzc5lx0813y9crzp1hj69khncf4faj48sdcs")))) (build-system gnu-build-system) (inputs `(("avahi" ,avahi) ("gtk+" ,gtk+) |