gnu: mcron: Apply guix style to (source).

* gnu/packages/guile-xyz.scm (mcron)[source]: Apply guix style.

Change-Id: I37c91a764625d6582d63755baa29ce1e78878324
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tomas Volf 2025-01-25 00:46:37 +01:00 committed by Ludovic Courtès
parent e3459bff00
commit f8743d4b24
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3279,15 +3279,15 @@ is no support for parsing block and inline level HTML.")
(package
(name "mcron")
(version "1.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.savannah.gnu.org/git/mcron.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"07gqwbjfsgf16ff624hkav0qhl10dv579y10fxas2kbjavqm4yx5"))))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.savannah.gnu.org/git/mcron.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "07gqwbjfsgf16ff624hkav0qhl10dv579y10fxas2kbjavqm4yx5"))))
(build-system gnu-build-system)
(arguments
(list