guix-commits
[Top][All Lists]
Advanced

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

16/19: gnu: gnubg: Update to 1.06.002.


From: guix-commits
Subject: 16/19: gnu: gnubg: Update to 1.06.002.
Date: Thu, 14 Feb 2019 23:42:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d5ddb48424e9cd25762942c673ea6d7147b67812
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 15 05:18:04 2019 +0100

    gnu: gnubg: Update to 1.06.002.
    
    * gnu/packages/games.scm (gnubg): Update to 1.06.002.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8622079..28382be 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -656,7 +656,7 @@ destroying an ancient book using a special wand.")
 (define-public gnubg
   (package
     (name "gnubg")
-    (version "1.06.001")
+    (version "1.06.002")
     (source
      (origin
        (method url-fetch)
@@ -664,7 +664,7 @@ destroying an ancient book using a special wand.")
                            version "-sources." "tar.gz"))
        (sha256
         (base32
-         "0snz3j1bvr25ji7lg82bl2gm2s2x9lrpc7viw0hclgz0ql74cw7b"))))
+         "11xwhcli1h12k6rnhhyq4jphzrhfik7i8ah3k32pqw803460n6yf"))))
     (build-system gnu-build-system)
     (inputs `(("glib" ,glib)
               ("readline" ,readline)



reply via email to

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