diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-17 20:47:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-18 00:47:04 +0100 |
commit | b71c0645dfbf78bf3f3a5ee85f24d30ad0c65da6 (patch) | |
tree | 3e6f807205071282e642705472c663722a08feea /gnu/packages/video.scm | |
parent | 26057c361d9b99527a5bf45c793575e96ca532cb (diff) |
gnu: you-get: Update to 0.4.1210.
* gnu/packages/video.scm (you-get): Update to 0.4.1210.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 70b4d28a10..b538323151 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1478,7 +1478,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1077") + (version "0.4.1210") (source (origin (method git-fetch) (uri (git-reference @@ -1487,7 +1487,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "1rwkn3wb3r70b8cqj40qdknkg9kqbgzkvi901hbpy2a8s1b7858n")))) + "1plw518hzpzzcr38phlnsbpq7aqnps8iwrgr68f6d41rppl1qb25")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |