diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-25 04:23:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-25 04:59:33 +0200 |
commit | 9ac59ad30a89f51254fa1f95d42ab290e0f6c3f7 (patch) | |
tree | 5448a1e214d14ffc8d0cfeff858d9751b36adf76 /gnu/packages/game-development.scm | |
parent | 95f6adae34e81513b878ecd8c98c1b21c217a2b6 (diff) | |
download | patches-9ac59ad30a89f51254fa1f95d42ab290e0f6c3f7.tar patches-9ac59ad30a89f51254fa1f95d42ab290e0f6c3f7.tar.gz |
gnu: sfml: Update to 2.5.1.
* gnu/packages/game-development.scm (sfml): Update to 2.5.1.
Diffstat (limited to 'gnu/packages/game-development.scm')
-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 6ed14083b0..da1675820b 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -440,7 +440,7 @@ clone.") (define-public sfml (package (name "sfml") - (version "2.5.0") + (version "2.5.1") (source (origin (method git-fetch) ;; Do not fetch the archives from @@ -452,7 +452,7 @@ clone.") (file-name (git-file-name name version)) (sha256 (base32 - "1cmg7xgk2shi94h47w0p9g0wh4g00sgwlq0nwc1n6d6qy9wfrx1k")) + "0abr8ri2ssfy9ylpgjrr43m6rhrjy03wbj9bn509zqymifvq5pay")) (modules '((guix build utils))) (snippet '(begin |