gnu: python-ly: Update to 0.9.4.

* gnu/packages/python.scm (python-ly): Update to 0.9.4.
This commit is contained in:
Ricardo Wurmus 2016-04-27 10:38:55 +02:00
parent 416381daa2
commit 5135354f62
1 changed files with 5 additions and 5 deletions

View File

@ -5380,16 +5380,16 @@ from an XML-based format.")
(define-public python-ly (define-public python-ly
(package (package
(name "python-ly") (name "python-ly")
(version "0.9.3") (version "0.9.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "https://pypi.python.org/packages/57/4f/"
"https://pypi.python.org/packages/source/p/python-ly/python-ly-" "889579244947368f28eda66b782331b1e75f83fd72e63f9ece93cd7a18f9"
version ".tar.gz")) "/python-ly-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1y6ananq8fia4y4m5id6gvsrm68bzpzd1y46pfzvawic0wjg2l0l")))) "0g6n288l83sfwavxh1aryi0aqvsr3sp7v6f903mckwqa4scpky62"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))