mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e3459bff00
commit
f8743d4b24
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue