Archived
1
0
Fork 0

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 @@ ECB and OFB).")
(name "python-asn1crypto") (name "python-asn1crypto")
(version "1.4.0") (version "1.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/wbond/asn1crypto") (url "https://github.com/wbond/asn1crypto")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"19abibn6jw20mzi1ln4n9jjvpdka8ygm4m439hplyrdfqbvgm01r")))) "19abibn6jw20mzi1ln4n9jjvpdka8ygm4m439hplyrdfqbvgm01r"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases