diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-24 13:52:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-24 17:21:55 +0100 |
commit | d00a8b8422b350792fb0475cde5ad5c3f247b633 (patch) | |
tree | a8cce4881fe8e0dabe9e91fd31ce1ae9930c3800 /gnu | |
parent | e2015de69ca14ace155de74fa06dc8087c364ea3 (diff) | |
download | patches-d00a8b8422b350792fb0475cde5ad5c3f247b633.tar patches-d00a8b8422b350792fb0475cde5ad5c3f247b633.tar.gz |
gnu: physfs: Update to 3.0.2.
* gnu/packages/game-development.scm (physfs): Update to 3.0.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 16e6dd53e6..53ed66c636 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 |