guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-asn1crypto: Fix indentation.


From: guix-commits
Subject: 02/02: gnu: python-asn1crypto: Fix indentation.
Date: Mon, 19 Oct 2020 10:54:45 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 353bdae32f72b720c7ddd706576ccc40e2b43f95
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 19 10:33:29 2020 -0400

    gnu: python-asn1crypto: Fix indentation.
    
    * gnu/packages/python-crypto.scm (python-asn1crypto): Fix indentation.
---
 gnu/packages/python-crypto.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index bf839bc..228dd59 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -744,15 +744,15 @@ ECB and OFB).")
     (name "python-asn1crypto")
     (version "1.4.0")
     (source
-      (origin
+     (origin
        (method git-fetch)
        (uri (git-reference
-              (url "https://github.com/wbond/asn1crypto";)
-              (commit version)))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32
-          "19abibn6jw20mzi1ln4n9jjvpdka8ygm4m439hplyrdfqbvgm01r"))))
+             (url "https://github.com/wbond/asn1crypto";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "19abibn6jw20mzi1ln4n9jjvpdka8ygm4m439hplyrdfqbvgm01r"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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