diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-06-06 14:35:11 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-06-06 14:39:24 +0200 |
commit | 7ea56cdec0f733b2c1bd33699505e9309a9f90bc (patch) | |
tree | ec48e652377eb698287c38cb2f0a9880f6589aa6 | |
parent | c7a2f7b999afc9de7f2a61ec564fbd2fe279c66b (diff) | |
download | guix-7ea56cdec0f733b2c1bd33699505e9309a9f90bc.tar guix-7ea56cdec0f733b2c1bd33699505e9309a9f90bc.tar.gz |
gnu: you-get: Update to 0.4.1077.
* gnu/packages/video.scm (you-get): Update to 0.4.1077.
-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 4dd3e5a1ee..09b281c806 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1337,7 +1337,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1060") + (version "0.4.1077") (source (origin (method url-fetch) (uri (string-append @@ -1346,7 +1346,7 @@ other site that youtube-dl supports.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1pq7c2ay42aan7ykpmddzh6ylq0qsq8a27pk68m5imaxi6abbwsz")))) + "04vxc91k627qgsqs8dhqajrb6vpj4pw21jlwbha28qakfiz2x11k")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |