summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-28 15:08:55 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-28 22:27:11 +0100
commiteaf4875fc239aebd19cf776b0b5272076cd2b430 (patch)
treeccc82c9e98024295d0a2692b43ccc4cab0d9ed69
parentc5c69451e3082840e4e592d11215991cec23806e (diff)
gnu: you-get: Update to 0.4.1488.
* gnu/packages/video.scm (you-get): Update to 0.4.1488.
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e52ce7a28fb..8cba06eac95 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2348,7 +2348,7 @@ other site that youtube-dl supports.")
2348(define-public you-get 2348(define-public you-get
2349 (package 2349 (package
2350 (name "you-get") 2350 (name "you-get")
2351 (version "0.4.1475") 2351 (version "0.4.1488")
2352 (source (origin 2352 (source (origin
2353 (method git-fetch) 2353 (method git-fetch)
2354 (uri (git-reference 2354 (uri (git-reference
@@ -2357,7 +2357,7 @@ other site that youtube-dl supports.")
2357 (file-name (git-file-name name version)) 2357 (file-name (git-file-name name version))
2358 (sha256 2358 (sha256
2359 (base32 2359 (base32
2360 "1hsa99fgx1zhzkf3n0hlbinckvipd54vhs6y4jkq0rd9r6yc1h7f")))) 2360 "10dx1gka92m42f8ah1mzylbd71apzrphfa48r5ci7g1j8ysdcs7q"))))
2361 (build-system python-build-system) 2361 (build-system python-build-system)
2362 (inputs 2362 (inputs
2363 `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos 2363 `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos