diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-02 01:08:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-02 18:54:29 +0100 |
commit | 434f378dff3ac0d51f3f81d93d7157ffbfecbdb2 (patch) | |
tree | 95d5f4bd41bd670cd472093a7d8b3bfed4063f10 /gnu/packages/video.scm | |
parent | 64fc78c8884f1d8ea3650809deddf4346e86be59 (diff) |
gnu: you-get: Update to 0.4.1500.
* gnu/packages/video.scm (you-get): Update to 0.4.1500.
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 d171c4a185..28cde06f04 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2379,7 +2379,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1488") + (version "0.4.1500") (source (origin (method git-fetch) (uri (git-reference @@ -2388,7 +2388,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "10dx1gka92m42f8ah1mzylbd71apzrphfa48r5ci7g1j8ysdcs7q")))) + "02wkmq6bjg9iz0kccsgs192aiky99l2jnw1xs6zjhvjvq7jyvf7s")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |