gnu: python-ly: Update to 0.9.5.

* gnu/packages/python.scm (python-ly): Update to 0.9.5.
master
Tobias Geerinckx-Rice 2018-03-10 16:19:17 +01:00
parent e5c98075f2
commit cd5b6816f8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5766,7 +5766,7 @@ from an XML-based format.")
(define-public python-ly
(package
(name "python-ly")
(version "0.9.4")
(version "0.9.5")
(source
(origin
(method url-fetch)
@ -5775,7 +5775,7 @@ from an XML-based format.")
"/python-ly-" version ".tar.gz"))
(sha256
(base32
"0g6n288l83sfwavxh1aryi0aqvsr3sp7v6f903mckwqa4scpky62"))))
"0x98dv7p8mg26p4816yy8hz4f34zf6hpnnfmr56msgh9jnsm2qfl"))))
(build-system python-build-system)
(arguments
;; FIXME: Some tests need network access.