mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-zstandard: Fix indentation.
* gnu/packages/python-compression.scm (python-zstandard): Fix indentation.
This commit is contained in:
parent
26d52476a0
commit
fe9a113bb4
1 changed files with 16 additions and 16 deletions
|
@ -238,20 +238,20 @@ (define-public python-zipp
|
|||
|
||||
(define-public python-zstandard
|
||||
(package
|
||||
(name "python-zstandard")
|
||||
(version "0.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "zstandard" version))
|
||||
(sha256
|
||||
(name "python-zstandard")
|
||||
(version "0.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "zstandard" version))
|
||||
(sha256
|
||||
(base32 "0q9msi00s93iqm8vzd839r7yc51gz54z90h5bckqyjdxa6vxijz5"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-hypothesis" ,python-hypothesis)))
|
||||
(home-page "https://github.com/indygreg/python-zstandard")
|
||||
(synopsis "Zstandard bindings for Python")
|
||||
(description "This project provides Python bindings for interfacing
|
||||
with the Zstandard compression library. A C extension and CFFI
|
||||
interface are provided.")
|
||||
(license license:bsd-3)))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-hypothesis" ,python-hypothesis)))
|
||||
(home-page "https://github.com/indygreg/python-zstandard")
|
||||
(synopsis "Zstandard bindings for Python")
|
||||
(description "This project provides Python bindings for interfacing with
|
||||
the Zstandard compression library. A C extension and CFFI interface are
|
||||
provided.")
|
||||
(license license:bsd-3)))
|
||||
|
|
Loading…
Reference in a new issue