Archived
1
0
Fork 0

gnu: python-zstandard: Fix indentation.

* gnu/packages/python-compression.scm (python-zstandard): Fix indentation.
This commit is contained in:
Nicolas Goaziou 2020-01-03 12:41:31 +01:00
parent 26d52476a0
commit fe9a113bb4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -251,7 +251,7 @@ wrapper. It provides a backport of the @code{Path} object.")
`(("python-hypothesis" ,python-hypothesis))) `(("python-hypothesis" ,python-hypothesis)))
(home-page "https://github.com/indygreg/python-zstandard") (home-page "https://github.com/indygreg/python-zstandard")
(synopsis "Zstandard bindings for Python") (synopsis "Zstandard bindings for Python")
(description "This project provides Python bindings for interfacing (description "This project provides Python bindings for interfacing with
with the Zstandard compression library. A C extension and CFFI the Zstandard compression library. A C extension and CFFI interface are
interface are provided.") provided.")
(license license:bsd-3))) (license license:bsd-3)))