GNU bug report logs -
#67699
[PATCH 0/2] Update Ren'py to 8.1.3
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67699 in the body.
You can then email your comments to 67699 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67699
; Package
guix-patches
.
(Thu, 07 Dec 2023 19:51:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 07 Dec 2023 19:51:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
'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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67699
; Package
guix-patches
.
(Thu, 07 Dec 2023 20:40:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 67699 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67699
; Package
guix-patches
.
(Thu, 07 Dec 2023 20:40:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 67699 <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Mon, 18 Dec 2023 03:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 18 Dec 2023 03:03:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 67699-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 15 Jan 2024 12:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.