guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sfml: Update to 2.3.2.


From: Ricardo Wurmus
Subject: 01/01: gnu: sfml: Update to 2.3.2.
Date: Sun, 20 Sep 2015 08:08:38 +0000

rekado pushed a commit to branch master
in repository guix.

commit 7d1b5022e959dcfc2bb0bd6a6507be3706b3f48a
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Sep 20 10:07:00 2015 +0200

    gnu: sfml: Update to 2.3.2.
    
    * gnu/packages/game-development.scm (sfml): Update to 2.3.2.
      [native-inputs]: Remove.
---
 gnu/packages/game-development.scm |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 9c918de..c1757ac 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -102,19 +102,21 @@ clone.")
 (define-public sfml
   (package
     (name "sfml")
-    (version "2.3.1")
+    (version "2.3.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://mirror0.sfml-dev.org/files/SFML-";
-                                  version "-sources.zip"))
+              ;; Do not fetch the archives from
+              ;; http://mirror0.sfml-dev.org/files/ because files there seem
+              ;; to be changed in place.
+              (uri (string-append "https://github.com/SFML/SFML/archive/";
+                                  version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0mjpkgfnz6ka4p0ir219pcqsbdy7gwcjydk7xxmjjfm2k5sw2qys"))))
+                "0k2fl5xk3ni2q8bsxl0551inx26ww3w6cp6hssvww0wfjdjcirsm"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f)) ; no tests
-    (native-inputs
-     `(("unzip" ,unzip)))
     (inputs
      `(("mesa" ,mesa)
        ("glew" ,glew)



reply via email to

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