gnu: python-pystache: Update to 0.6.0.

* gnu/packages/python-xyz.scm (python-pystache): Update to 0.6.0.
This commit is contained in:
Maxim Cournoyer 2022-01-17 14:04:36 -05:00
parent 5387a9c00e
commit 36f6188fc4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4020,13 +4020,13 @@ templates. A format string can be provided to control the output.")
(define-public python-pystache (define-public python-pystache
(package (package
(name "python-pystache") (name "python-pystache")
(version "0.5.4") (version "0.6.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pystache" version)) (uri (pypi-uri "pystache" version))
(sha256 (sha256
(base32 (base32
"0nmqsfmiw4arjxqkmf9z66ml950pcdjk6aq4gin4sywmzdjw5fzp")))) "03a73ppf5vxnsk6az5ackvc0hp6xqv2f4hi1s5c4nk4s2jr95gwk"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f)) ; FIXME: Python 3 tests are failing. '(#:tests? #f)) ; FIXME: Python 3 tests are failing.