summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm19
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