diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-12-31 19:36:20 -0300 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-27 23:02:43 +0000 |
| commit | 9cfaf6fcde622ec7a72cd07e138d197314078574 (patch) | |
| tree | 979ff5148ff6c25c2474e349b92ca3314fefca1a /gnu/packages | |
| parent | eef3d007ba5682e82b0faa91e578a6b254c66ec5 (diff) | |
gnu: atomicparsley: Indent.
* gnu/packages/video.scm (atomicparsley)[source]: Indent.
Change-Id: If45f0023aa4fd6943632425330b9d2e486ba7e04
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/video.scm | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 63f44e379d7..2994a062189 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -5769,15 +5769,16 @@ many codecs and formats supported by libmediainfo.") (package (name "atomicparsley") (version "20200701.154658.b0d6223") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/wez/atomicparsley") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1kym2l5y34nmbrrlkfmxsf1cwrvch64kb34jp0hpa0b89idbhwqh")))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/wez/atomicparsley") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kym2l5y34nmbrrlkfmxsf1cwrvch64kb34jp0hpa0b89idbhwqh")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;; no tests included |
