diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 19:28:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 23:57:58 +0100 |
commit | 86178675402f9dc05aefc424511d96cbe3d50c09 (patch) | |
tree | db2323702e2204b1bac4bc9ac4de7e9560cd3a9b /gnu | |
parent | d30ac8f84ba170157ff711157365ca2aca1c6e89 (diff) | |
download | guix-86178675402f9dc05aefc424511d96cbe3d50c09.tar guix-86178675402f9dc05aefc424511d96cbe3d50c09.tar.gz |
gnu: you-get: Update to 0.4.1011.
* gnu/packages/video.scm (you-get): Update to 0.4.1011.
Diffstat (limited to 'gnu')
-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 c2b7a68e93..094ee2770b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1246,7 +1246,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.995") + (version "0.4.1011") (source (origin (method url-fetch) (uri (string-append @@ -1255,7 +1255,7 @@ other site that youtube-dl supports.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0i89mn8v8znn3csgzfg8dz5vcn3ld66xj02az6137bljhgivjxra")))) + "0cdbh5w0chw3dlrwizm91l6sgkkzy7p6h0072dai4xbw5zgld31k")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; no tests |