guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: edgar: Update to 1.33.


From: guix-commits
Subject: 01/04: gnu: edgar: Update to 1.33.
Date: Thu, 21 May 2020 16:16:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d4d9f882a35b536507c4671dabc6e63e0d3b95e9
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu May 21 22:10:51 2020 +0200

    gnu: edgar: Update to 1.33.
    
    * gnu/packages/games.scm (edgar): Update to 1.33.
---
 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 111e1e0..9e1a01f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7359,7 +7359,7 @@ where the player draws runes in real time to effect the 
desired spell.")
 (define-public edgar
   (package
     (name "edgar")
-    (version "1.32")
+    (version "1.33")
     (source
      (origin
        (method url-fetch)
@@ -7367,7 +7367,7 @@ where the player draws runes in real time to effect the 
desired spell.")
         (string-append "https://github.com/riksweeney/edgar/releases/download/";
                        version "/edgar-" version "-1.tar.gz"))
        (sha256
-        (base32 "12lam6qcscc5ima1w2ksd1cvsvxbd17h6mqkgsqpzx8ap43p2r5p"))))
+        (base32 "1mbx7dvizdca4g1blcv3bdh6yxd13k47rkya4rdzg0nvvz24m175"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f            ; there are no tests
                  #:make-flags



reply via email to

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