gnu: python-kivy: Update to 1.10.1
* gnu/packages/python.scm (python-kivy): Update to 1.10.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5e9ce98af7
commit
f4ee41c960
|
@ -9942,7 +9942,7 @@ and/or Xon/Xoff. The port is accessed in RAW mode.")
|
||||||
(define-public python-kivy
|
(define-public python-kivy
|
||||||
(package
|
(package
|
||||||
(name "python-kivy")
|
(name "python-kivy")
|
||||||
(version "1.10.0")
|
(version "1.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9950,7 +9950,7 @@ and/or Xon/Xoff. The port is accessed in RAW mode.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1394zh6kvf7k5d8vlzxcsfcailr3q59xwg9b1n7qaf25bvyq1h98"))))
|
"1zzxjdp78hfjjiklzr82l4zwibwcq4j6kgicspqs6iyyfn5yisbw"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue