This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 57fa9cd  gnu: fortune-mod: Update to 2.22.0.
57fa9cd is described below

commit 57fa9cd8206ffb2afefd5fb66326cfdc7c156714
Author: Arun Isaac <arunis...@systemreboot.net>
AuthorDate: Sat May 30 00:45:55 2020 +0530

    gnu: fortune-mod: Update to 2.22.0.
    
    * gnu/packages/games.scm (fortune-mod): Update to 2.22.0.
---
 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 ee7f001..1c27561 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -23,7 +23,7 @@
 ;;; Copyright © 2016 Jan Nieuwenhuizen <jann...@gnu.org>
 ;;; Copyright © 2016 Steve Webber <webber...@gmail.com>
 ;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira 
<https://libreplanet.org/wiki/User:Adfeno> <adf...@hyperbola.info>
-;;; Copyright © 2017, 2018 Arun Isaac <arunis...@systemreboot.net>
+;;; Copyright © 2017, 2018, 2020 Arun Isaac <arunis...@systemreboot.net>
 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <m...@tobias.gr>
 ;;; Copyright © 2017, 2019 nee <nee-...@hidamari.blue>
 ;;; Copyright © 2017 Clément Lassieur <clem...@lassieur.org>
@@ -6376,7 +6376,7 @@ original.")
 (define-public fortune-mod
   (package
     (name "fortune-mod")
-    (version "2.12.0")
+    (version "2.22.0")
     (source
      (origin
        (method git-fetch)
@@ -6386,7 +6386,7 @@ original.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0laxgqsdg7kvpvvm1f54b94ga9r0cr9g3ffii8avg8fy65x6pzc9"))))
+         "17h2g35j8nzljsqaqhrsx75jakbmlqnsa150g2xw414fcbnjbyps"))))
     (build-system cmake-build-system)
     (arguments
      `(#:test-target "check"

Reply via email to