guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: renpy: Fix hashes.


From: guix-commits
Subject: branch master updated: gnu: renpy: Fix hashes.
Date: Sun, 28 Jan 2024 12:37:25 -0500

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 08ed3ec64e gnu: renpy: Fix hashes.
08ed3ec64e is described below

commit 08ed3ec64ecd571d92d497b2493f5c0225102c99
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jan 28 17:54:11 2024 +0100

    gnu: renpy: Fix hashes.
    
    * gnu/packages/game-development.scm (python-pygame-sdl2, python-renpy):
    Redownload sources from upstream and use the provided hashes.
    
    Fixes: Broken hashes for Ren'py <https://bugs.gnu.org/68644#20>
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 3697f1391c..dd2ba36311 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1354,7 +1354,7 @@ and multimedia programs in the Python language.")
          (method url-fetch)
          (uri (string-append "https://www.renpy.org/dl/"; renpy-version
                              "/pygame_sdl2-" version ".tar.gz"))
-         (sha256 (base32 
"0w7imwxz8cvfv1l8v74abw8wbpribd5rhqhrmnh7z5if9ggs6pxw"))
+         (sha256 (base32 
"17mc39c7ha83kzv2wmq61a15mn6p8wh2y33ixhf5sb4bvyr48mhy"))
          (modules '((guix build utils)))
          (snippet
           '(begin
@@ -1403,7 +1403,7 @@ developed mainly for Ren'py.")
                            "/renpy-" version "-source.tar.bz2"))
        (sha256
         (base32
-         "19b2vwzk7fkiqayib5hdl8y18cqvn0r4xaa983gyzibb838rq1qy"))
+         "02v54qqjjigfqhdr50kzhkdvplk56bvprq65jl57kcs1qhvlf5s9"))
        (modules '((guix build utils)))
        (snippet
         #~(begin



reply via email to

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