diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-06 00:13:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-06 00:15:28 +0100 |
commit | dbfa3bb5d0450422ba7faf420fe96faabfb84236 (patch) | |
tree | 606a173bf8c225baea94e3ed17ff5817457330aa /gnu/packages/video.scm | |
parent | fe67e513016e970fb9ed585bfc1fd0217896b29b (diff) |
gnu: you-get: Update to 0.4.1256.
* gnu/packages/video.scm (you-get): Update to 0.4.1256.
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 f386ef30fe..edaaed67c9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1485,7 +1485,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1210") + (version "0.4.1256") (source (origin (method git-fetch) (uri (git-reference @@ -1494,7 +1494,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "1plw518hzpzzcr38phlnsbpq7aqnps8iwrgr68f6d41rppl1qb25")))) + "1hzr7ha1jvbc0v2bwl7s08ymwdmvb0f2jz4xp1fi6agq5y3ca1iv")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |