From 353bdae32f72b720c7ddd706576ccc40e2b43f95 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 19 Oct 2020 10:33:29 -0400 Subject: 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(-) (limited to 'gnu/packages/python-crypto.scm') diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index bf839bc42b..228dd594b1 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -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 -- cgit v1.2.3