diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-08-04 15:13:56 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-08-04 15:44:09 +0200 |
commit | 047d792d14813340cba4baa49ecfa951992bb4b4 (patch) | |
tree | b52650e26aac369ba4aac64fc74a5aa0e5099f11 /gnu/packages/game-development.scm | |
parent | 6c2d39a0fc55bcbc6c7bd18a8ab22ea46150971f (diff) | |
download | guix-047d792d14813340cba4baa49ecfa951992bb4b4.tar.gz |
gnu: python2-renpy: Update to 7.4.8.
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.8.
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 478293abde..2a58848dce 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1165,13 +1165,13 @@ developed mainly for Ren'py.") (define-public python2-renpy (package (name "python2-renpy") - (version "7.4.6") + (version "7.4.8") (source (origin (method url-fetch) (uri (string-append "https://www.renpy.org/dl/" version "/renpy-" version "-source.tar.bz2")) - (sha256 (base32 "1nnidghwi725n6kizd18fk3fdyh1fx4d48jngg8cnwgnz7i66bd6")) + (sha256 (base32 "1ml3gs87xxk1iflrg5ivffr4q8fi7d65l1cx462bvvpm1rs2sa8d")) (modules '((guix build utils))) (patches (search-patches |