gnu: python-kivy: Update to 2.1.0.

* gnu/packages/python-xyz.scm (python-kivy): Update to 2.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ryan Prior 2022-05-08 01:45:25 +00:00 committed by Ludovic Courtès
parent 7b6818359c
commit bbb7957881
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -18632,7 +18632,7 @@ (define-public python-kivy-garden
(define-public python-kivy (define-public python-kivy
(package (package
(name "python-kivy") (name "python-kivy")
(version "1.10.1") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -18640,7 +18640,7 @@ (define-public python-kivy
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1zzxjdp78hfjjiklzr82l4zwibwcq4j6kgicspqs6iyyfn5yisbw")))) "1cq4djfn7h8560mvz94dydsldg2jpp5w9rby7nafgmbh7fxg65is"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; Tests require many optional packages `(#:tests? #f ; Tests require many optional packages
@ -18650,7 +18650,7 @@ (define-public python-kivy
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(setenv "KIVY_SDL2_PATH" (setenv "KIVY_SDL2_PATH"
(search-input-directory inputs "/include/SDL2")))) (search-input-directory inputs "/include/SDL2"))))
(add-before 'sanity-check 'set-home (add-before 'build 'set-home
(lambda _ (lambda _
;; 'kivy/__init__.py' wants to create $HOME/.kivy. ;; 'kivy/__init__.py' wants to create $HOME/.kivy.
(setenv "HOME" (getcwd))))))) (setenv "HOME" (getcwd)))))))