gnu: sfml: Update to 2.5.1.
* gnu/packages/game-development.scm (sfml): Update to 2.5.1.
This commit is contained in:
parent
95f6adae34
commit
9ac59ad30a
|
@ -440,7 +440,7 @@ clone.")
|
||||||
(define-public sfml
|
(define-public sfml
|
||||||
(package
|
(package
|
||||||
(name "sfml")
|
(name "sfml")
|
||||||
(version "2.5.0")
|
(version "2.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
;; Do not fetch the archives from
|
;; Do not fetch the archives from
|
||||||
|
@ -452,7 +452,7 @@ clone.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cmg7xgk2shi94h47w0p9g0wh4g00sgwlq0nwc1n6d6qy9wfrx1k"))
|
"0abr8ri2ssfy9ylpgjrr43m6rhrjy03wbj9bn509zqymifvq5pay"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in New Issue