mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl6-json-unmarshal: Reindent.
* gnu/packages/perl6.scm (perl6-json-unmarshal)[source]: Reindent. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
168d474e84
commit
aa18e500c8
1 changed files with 9 additions and 10 deletions
|
@ -511,22 +511,21 @@ (define-public perl6-json-optin
|
|||
(license license:artistic2.0)))
|
||||
|
||||
(define-public perl6-json-unmarshal
|
||||
;; Last commit was May 2017
|
||||
;; Last commit was May 2017.
|
||||
(let ((commit "e1b6288c5f3165058f36c0f4e171cdf2dfd640da")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "perl6-json-unmarshal")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tadzik/JSON-Unmarshal")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"14azsmzmwdn8k0gqcpvballharcvzylmlyrx2wmv4kpqfnz29fjc"))))
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tadzik/JSON-Unmarshal")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14azsmzmwdn8k0gqcpvballharcvzylmlyrx2wmv4kpqfnz29fjc"))))
|
||||
(build-system rakudo-build-system)
|
||||
(propagated-inputs
|
||||
(list perl6-json-fast perl6-json-name))
|
||||
|
|
Loading…
Reference in a new issue