all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67699] [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.1.3.
  2023-12-07 19:49 [bug#67699] [PATCH 0/2] Update Ren'py to 8.1.3 Liliana Marie Prikler
@ 2023-12-07 19:48 ` Liliana Marie Prikler
  2023-12-07 19:48 ` [bug#67699] [PATCH 2/2] gnu: python-renpy: Update to 8.1.3 Liliana Marie Prikler
  1 sibling, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-12-07 19:48 UTC (permalink / raw)
  To: 67699

* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0+renpy8.1.3.

Change-Id: Ide0baef4762b2c4174d10e07ec94427916ac41af
---
 gnu/packages/game-development.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 671c7839ac..d65c15530c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1339,17 +1339,17 @@ (define-public python-pygame
 
 (define-public python-pygame-sdl2
   (let ((real-version "2.1.0")
-        (renpy-version "8.1.0"))
+        (renpy-version "8.1.3"))
     (package
       (inherit python-pygame)
       (name "python-pygame-sdl2")
-      (version (string-append real-version "-for-renpy-" renpy-version))
+      (version (string-append real-version "+renpy" renpy-version))
       (source
        (origin
          (method url-fetch)
          (uri (string-append "https://www.renpy.org/dl/" renpy-version
                              "/pygame_sdl2-" version ".tar.gz"))
-         (sha256 (base32 "1qj39jqnv334p4wnxc2v5qxyahp7nkqf9hpdd2sgqcmgaqwnqqmj"))
+         (sha256 (base32 "0qlprs9n3w254ilizqzvr6s01zx72gh7an0bgwxsq4hm22qypdws"))
          (modules '((guix build utils)))
          (snippet
           '(begin
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#67699] [PATCH 2/2] gnu: python-renpy: Update to 8.1.3.
  2023-12-07 19:49 [bug#67699] [PATCH 0/2] Update Ren'py to 8.1.3 Liliana Marie Prikler
  2023-12-07 19:48 ` [bug#67699] [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.1.3 Liliana Marie Prikler
@ 2023-12-07 19:48 ` Liliana Marie Prikler
  2023-12-18  3:02   ` bug#67699: " Liliana Marie Prikler
  1 sibling, 1 reply; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-12-07 19:48 UTC (permalink / raw)
  To: 67699

* gnu/packages/game-development.scm (python-renpy): Update to 8.1.3.

Change-Id: I5e265cdc0f83eda9ae19a3627fa8cd69ef103806
---
 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 d65c15530c..84d0381385 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1390,7 +1390,7 @@ (define-public python-pygame-sdl2
 (define-public python-renpy
   (package
     (name "python-renpy")
-    (version "8.1.0")
+    (version "8.1.3")
     (source
      (origin
        (method url-fetch)
@@ -1398,7 +1398,7 @@ (define-public python-renpy
                            "/renpy-" version "-source.tar.bz2"))
        (sha256
         (base32
-         "08l7z2vwqxkskj3rs2a0w9ahah28ixq8hy48h30k2dm9g19h450h"))
+         "1g6fz5dxp7yxhgv6q4brzf5hpfqq3l1g3dfv3fsiwwn6mj0b01z2"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#67699] [PATCH 0/2] Update Ren'py to 8.1.3
@ 2023-12-07 19:49 Liliana Marie Prikler
  2023-12-07 19:48 ` [bug#67699] [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.1.3 Liliana Marie Prikler
  2023-12-07 19:48 ` [bug#67699] [PATCH 2/2] gnu: python-renpy: Update to 8.1.3 Liliana Marie Prikler
  0 siblings, 2 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-12-07 19:49 UTC (permalink / raw)
  To: 67699

'tis the season to update renpy again :)

Liliana Marie Prikler (2):
  gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.1.3.
  gnu: python-renpy: Update to 8.1.3.

 gnu/packages/game-development.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


base-commit: 06f25a9a85be1bbe7a709e58ce41c1a834e5f1ae
-- 
2.41.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#67699: [PATCH 2/2] gnu: python-renpy: Update to 8.1.3.
  2023-12-07 19:48 ` [bug#67699] [PATCH 2/2] gnu: python-renpy: Update to 8.1.3 Liliana Marie Prikler
@ 2023-12-18  3:02   ` Liliana Marie Prikler
  0 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-12-18  3:02 UTC (permalink / raw)
  To: 67699-done

Am Donnerstag, dem 07.12.2023 um 20:48 +0100 schrieb Liliana Marie
Prikler:
> * gnu/packages/game-development.scm (python-renpy): Update to 8.1.3.
> 
> Change-Id: I5e265cdc0f83eda9ae19a3627fa8cd69ef103806
Pushed now.

Cheers




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-18  3:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-07 19:49 [bug#67699] [PATCH 0/2] Update Ren'py to 8.1.3 Liliana Marie Prikler
2023-12-07 19:48 ` [bug#67699] [PATCH 1/2] gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.1.3 Liliana Marie Prikler
2023-12-07 19:48 ` [bug#67699] [PATCH 2/2] gnu: python-renpy: Update to 8.1.3 Liliana Marie Prikler
2023-12-18  3:02   ` bug#67699: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.