diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-07 19:05:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-07 22:52:44 +0100 |
commit | 7342fc5409df52a8dc89a5976ac10e97208d16b0 (patch) | |
tree | 5b5ffb0e68d378eb4418618cc841b8ac358f6aee | |
parent | ed66618fced77013c190fb629fbd0a7d476ed0a2 (diff) |
gnu: you-get: Update to 0.4.1475.
* gnu/packages/video.scm (you-get): Update to 0.4.1475.
-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 472a5eb38c..b3926af8bb 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2344,7 +2344,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1456") + (version "0.4.1475") (source (origin (method git-fetch) (uri (git-reference @@ -2353,7 +2353,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "0n6h5qkhjwsxy8rf6n4i8hd8dah38hbvchh9272c53gydgp9lp29")))) + "1hsa99fgx1zhzkf3n0hlbinckvipd54vhs6y4jkq0rd9r6yc1h7f")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |