guix-patches
[Top][All Lists]
Advanced

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

[bug#60153] [PATCH v1 3/3] gnu: python-pygame: Fix description.


From: Adam Faiz
Subject: [bug#60153] [PATCH v1 3/3] gnu: python-pygame: Fix description.
Date: Sun, 18 Dec 2022 23:57:08 +0800

From c9a3aa24f836b1f0813fd5fd81420c1d00d35c29 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Sun, 18 Dec 2022 23:34:43 +0800
Subject: [PATCH v1 3/3] gnu: python-pygame: Fix description.

* gnu/packages/game-development.scm (python-pygame)[description]: Fix the whitespace.
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index a96f62603f..a99d7ca586 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1251,7 +1251,7 @@ (define-public python-pygame
     (home-page "https://www.pygame.org";)
     (synopsis "SDL wrapper for Python")
(description "Pygame is a set of Python modules designed for writing games. -Pygame adds functionality on top of the excellent SDL library. This allows you + Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language.")
     (license (list license:bsd-2
;; python numeric license as listed by Debian looks like
--
2.38.1





reply via email to

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