guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: fortune-mod: Update to 2.12.0.


From: guix-commits
Subject: 04/04: gnu: fortune-mod: Update to 2.12.0.
Date: Sat, 18 Jan 2020 13:54:49 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit 815e12f395217e14607d3054ac0ed290612e1c1f
Author: Oleg Pykhalov <address@hidden>
AuthorDate: Sat Jan 18 21:21:38 2020 +0300

    gnu: fortune-mod: Update to 2.12.0.
    
    * gnu/packages/games.scm (fortune-mod): Update to 2.12.0.
    [native-inputs]: Add RINUTILS.
---
 gnu/packages/games.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2f9b3b5..234dad8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5992,7 +5992,7 @@ original.")
 (define-public fortune-mod
   (package
     (name "fortune-mod")
-    (version "2.6.2")
+    (version "2.12.0")
     (source
      (origin
        (method git-fetch)
@@ -6002,7 +6002,7 @@ original.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11xff87s8ifw2dqs90n0rjq0psv4i7ykybygmibsqjj7id3xxw4c"))))
+         "0laxgqsdg7kvpvvm1f54b94ga9r0cr9g3ffii8avg8fy65x6pzc9"))))
     (build-system cmake-build-system)
     (arguments
      `(#:test-target "check"
@@ -6041,7 +6041,8 @@ original.")
        ("perl-class-xsaccessor" ,perl-class-xsaccessor)
        ("perl-io-all" ,perl-io-all)
        ("perl-test-runvalgrind" ,perl-test-runvalgrind)
-       ("cmake-rules" ,shlomif-cmake-modules)))
+       ("cmake-rules" ,shlomif-cmake-modules)
+       ("rinutils" ,rinutils)))
     (home-page "http://www.shlomifish.org/open-source/projects/fortune-mod/";)
     (synopsis "The Fortune Cookie program from BSD games")
     (description "Fortune is a command-line utility which displays a random



reply via email to

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