guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: tuxpaint-config: Update to 0.0.14.


From: guix-commits
Subject: 05/10: tuxpaint-config: Update to 0.0.14.
Date: Fri, 30 Nov 2018 01:23:01 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 7b05e957fa8adfe2c85d7d164b8a2f4c9796fdb2
Author: Eric Bavier <address@hidden>
Date:   Thu Nov 29 21:23:06 2018 -0600

    tuxpaint-config: Update to 0.0.14.
    
    * gnu/packages/games.scm (tuxpaint-config): Update to 0.0.14.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 14faca9..36eaa6c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3374,7 +3374,7 @@ with the \"Stamp\" tool within Tux Paint.")
 (define-public tuxpaint-config
   (package
     (name "tuxpaint-config")
-    (version "0.0.13")                  ;keep VER_DATE below in sync
+    (version "0.0.14")                  ;keep VER_DATE below in sync
     (source
      (origin
        (method url-fetch)
@@ -3382,7 +3382,7 @@ with the \"Stamp\" tool within Tux Paint.")
                            version "/tuxpaint-config-" version ".tar.gz"))
        (sha256
         (base32
-         "1z12s46mvy87qs3vgq9m0ki9pp21zqc52mmgphahpihw3s7haf6v"))))
+         "0zkgxk436nqcp43zghkfmh397c7dvh5bwn2as7gwvv208bzyij6g"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)))
@@ -3394,7 +3394,7 @@ with the \"Stamp\" tool within Tux Paint.")
        ("libxft" ,libxft)
        ("mesa" ,mesa)))
     (arguments
-     `(#:make-flags `("VER_DATE=2014-08-23"
+     `(#:make-flags `("VER_DATE=2018-09-01"
                       "CONFDIR=/etc/tuxpaint" ;don't write to store
                       ,(string-append "PREFIX=" %output)
                       "GNOME_PREFIX=$(PREFIX)")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]