diff options
| -rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 14faca9ea94..36eaa6c063c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -3374,7 +3374,7 @@ with the \"Stamp\" tool within Tux Paint.") | |||
| 3374 | (define-public tuxpaint-config | 3374 | (define-public tuxpaint-config |
| 3375 | (package | 3375 | (package |
| 3376 | (name "tuxpaint-config") | 3376 | (name "tuxpaint-config") |
| 3377 | (version "0.0.13") ;keep VER_DATE below in sync | 3377 | (version "0.0.14") ;keep VER_DATE below in sync |
| 3378 | (source | 3378 | (source |
| 3379 | (origin | 3379 | (origin |
| 3380 | (method url-fetch) | 3380 | (method url-fetch) |
| @@ -3382,7 +3382,7 @@ with the \"Stamp\" tool within Tux Paint.") | |||
| 3382 | version "/tuxpaint-config-" version ".tar.gz")) | 3382 | version "/tuxpaint-config-" version ".tar.gz")) |
| 3383 | (sha256 | 3383 | (sha256 |
| 3384 | (base32 | 3384 | (base32 |
| 3385 | "1z12s46mvy87qs3vgq9m0ki9pp21zqc52mmgphahpihw3s7haf6v")))) | 3385 | "0zkgxk436nqcp43zghkfmh397c7dvh5bwn2as7gwvv208bzyij6g")))) |
| 3386 | (build-system gnu-build-system) | 3386 | (build-system gnu-build-system) |
| 3387 | (native-inputs | 3387 | (native-inputs |
| 3388 | `(("gettext" ,gettext-minimal))) | 3388 | `(("gettext" ,gettext-minimal))) |
| @@ -3394,7 +3394,7 @@ with the \"Stamp\" tool within Tux Paint.") | |||
| 3394 | ("libxft" ,libxft) | 3394 | ("libxft" ,libxft) |
| 3395 | ("mesa" ,mesa))) | 3395 | ("mesa" ,mesa))) |
| 3396 | (arguments | 3396 | (arguments |
| 3397 | `(#:make-flags `("VER_DATE=2014-08-23" | 3397 | `(#:make-flags `("VER_DATE=2018-09-01" |
| 3398 | "CONFDIR=/etc/tuxpaint" ;don't write to store | 3398 | "CONFDIR=/etc/tuxpaint" ;don't write to store |
| 3399 | ,(string-append "PREFIX=" %output) | 3399 | ,(string-append "PREFIX=" %output) |
| 3400 | "GNOME_PREFIX=$(PREFIX)") | 3400 | "GNOME_PREFIX=$(PREFIX)") |
