guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: fortune-mod: Update to 2.28.0.


From: guix-commits
Subject: 02/12: gnu: fortune-mod: Update to 2.28.0.
Date: Sat, 6 Jun 2020 03:22:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6b490fff21b9c87f5ad5a0eda0e6eada32ccc681
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 02:51:39 2020 +0200

    gnu: fortune-mod: Update to 2.28.0.
    
    * gnu/packages/games.scm (fortune-mod): Update to 2.28.0.
---
 gnu/packages/games.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fc3569e..8a2ac9f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6380,7 +6380,7 @@ original.")
 (define-public fortune-mod
   (package
     (name "fortune-mod")
-    (version "2.22.0")
+    (version "2.28.0")
     (source
      (origin
        (method git-fetch)
@@ -6389,8 +6389,7 @@ original.")
              (commit (string-append "fortune-mod-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "17h2g35j8nzljsqaqhrsx75jakbmlqnsa150g2xw414fcbnjbyps"))))
+        (base32 "1ppzgnffgdcmq6fq4gmdq2ig10ip2bnfgklkb3i8nc6bdxm7pb89"))))
     (build-system cmake-build-system)
     (arguments
      `(#:test-target "check"



reply via email to

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