guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: barrage: Update to 1.0.6.


From: guix-commits
Subject: 01/06: gnu: barrage: Update to 1.0.6.
Date: Sun, 22 Jan 2023 10:55:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4ce0304c70e4958b0bde05dfd4b106ea0aa3cc99
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:00 2023 +0100

    gnu: barrage: Update to 1.0.6.
    
    * gnu/packages/games.scm (barrage): Update to 1.0.6.
---
 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 33ac04f60b..181e826aa7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10409,14 +10409,14 @@ ChessX.")
 (define-public barrage
   (package
     (name "barrage")
-    (version "1.0.5")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/lgames/barrage/"
                            "barrage-" version ".tar.gz"))
        (sha256
-        (base32 "0139wxyrir10cbkvkjn548xgmp84wax8mfwk80yxbxlcdamrg257"))))
+        (base32 "1bhx708s7viv01m6bmpjsdgr33wk5kqw4wf7bvgw73a07v6j8ncw"))))
     (build-system gnu-build-system)
     (inputs
      (list hicolor-icon-theme sdl sdl-mixer))



reply via email to

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