guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: physfs: Update to 3.0.2.


From: guix-commits
Subject: 02/04: gnu: physfs: Update to 3.0.2.
Date: Sun, 24 Mar 2019 11:46:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d00a8b8422b350792fb0475cde5ad5c3f247b633
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 24 13:52:43 2019 +0100

    gnu: physfs: Update to 3.0.2.
    
    * gnu/packages/game-development.scm (physfs): Update to 3.0.2.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 16e6dd5..53ed66c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -569,7 +569,7 @@ sounds from presets such as \"explosion\" or \"powerup\".")
 (define-public physfs
   (package
     (name "physfs")
-    (version "3.0.1")
+    (version "3.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -578,7 +578,7 @@ sounds from presets such as \"explosion\" or \"powerup\".")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1wgj2zqpnfbnyyi1i7bq5pshcc9n5cvwlpzp8im67nb8662ryyxp"))))
+                "0qzqz4r88gvd8m7sh2z5hvqcr0jfr4wb2f77c19xycyn0rigfk9h"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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