diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-02 20:03:35 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-02 20:03:35 -0400 |
commit | b3cc0dce089917b1935218296f868ab6eedff5ed (patch) | |
tree | 984a26076026d2b588f6c34a1526d792ea3a052f /gnu/packages/game-development.scm | |
parent | 40330e555f2548d738fbcfac6fa5d80ab1bb2eb2 (diff) | |
parent | e681e347c4ed071db88442c2c592241ea0f43857 (diff) | |
download | guix-b3cc0dce089917b1935218296f868ab6eedff5ed.tar guix-b3cc0dce089917b1935218296f868ab6eedff5ed.tar.gz |
Merge branch 'master' into core-updates
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 de0b842b48..693d728464 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -280,14 +280,14 @@ archive on a per-file basis.") (define-public love (package (name "love") - (version "0.10.1") + (version "0.10.2") (source (origin (method url-fetch) (uri (string-append "https://bitbucket.org/rude/love/downloads/" "love-" version "-linux-src.tar.gz")) (sha256 (base32 - "1ys18m7c4994k5s7avqlf17sc2icx5zgvfplz504q1ka16hwkc52")))) + "11x346pw0gqad8nmkmywzx4xpcbfc3dslbrdw5x94n1i25mk0sxj")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |