diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 00:53:07 +0100 | ||||
---|---|---|---|---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 02:08:02 +0100 | ||||
commit | a9644c5a4925a6bb7836216ab7a3bb32e8c2611f (patch) | |||||
tree | c7477c1c1f4cdbdcb515a0974b11a5013ae261fa /gnu | |||||
parent | 266cd19eb93ed5e2430a3280666cb13128821749 (diff) | |||||
download | guix-a9644c5a4925a6bb7836216ab7a3bb32e8c2611f.tar.gz guix-a9644c5a4925a6bb7836216ab7a3bb32e8c2611f.zip | 2019-09-08 | daemon: Run 'guix substitute' directly and assume a single substituter....The daemon had a mechanism that allows it to ha-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 d5dc3d29e1..851b2127bf 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1531,7 +1531,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1256") + (version "0.4.1270") (source (origin (method git-fetch) (uri (git-reference @@ -1540,7 +1540,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "1hzr7ha1jvbc0v2bwl7s08ymwdmvb0f2jz4xp1fi6agq5y3ca1iv")))) + "123g6x8sh32v4yn4ss55lfw7j79hgl3l6aiwgrk4ndq7dzhnz46q")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |