guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-zstandard: Fix indentation.


From: guix-commits
Subject: 01/01: gnu: python-zstandard: Fix indentation.
Date: Fri, 3 Jan 2020 06:42:12 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit fe9a113bb49532f8637fa05304bd0ffcf9bc0a5d
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Jan 3 12:41:31 2020 +0100

    gnu: python-zstandard: Fix indentation.
    
    * gnu/packages/python-compression.scm (python-zstandard): Fix indentation.
---
 gnu/packages/python-compression.scm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/python-compression.scm 
b/gnu/packages/python-compression.scm
index 63335a5..0f2bc78 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -238,20 +238,20 @@ wrapper.  It provides a backport of the @code{Path} 
object.")
 
 (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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]