gnu: python-asn1crypto: Fix indentation.

* gnu/packages/python-crypto.scm (python-asn1crypto): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2020-10-19 10:33:29 -04:00
parent cf69b71494
commit 353bdae32f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -744,15 +744,15 @@ (define-public python-asn1crypto
(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