[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: you-get: Update to 0.4.915.
From: |
Marius Bakke |
Subject: |
06/06: gnu: you-get: Update to 0.4.915. |
Date: |
Fri, 22 Sep 2017 13:24:39 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit a4314af5e6dacab2d6a313016733720e3839c948
Author: Feng Shu <address@hidden>
Date: Fri Sep 22 20:40:32 2017 +0800
gnu: you-get: Update to 0.4.915.
* gnu/packages/video.scm (you-get): Update to 0.4.915.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 199f414..aa7542b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1228,7 +1228,7 @@ other site that youtube-dl supports.")
(define-public you-get
(package
(name "you-get")
- (version "0.4.803")
+ (version "0.4.915")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1237,7 +1237,7 @@ other site that youtube-dl supports.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1rjy809x67dadzvj3midkhcda2kp6rqmbj6rbhjd5f16rvqgn7jp"))))
+ "147qf8kdxjv9003fgx50ws0rmjjq98sv11q6c3sdwd29zylaj1ql"))))
(build-system python-build-system)
(arguments
;; no tests
- branch master updated (8a7d81a -> a4314af), Marius Bakke, 2017/09/22
- 02/06: gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265]., Marius Bakke, 2017/09/22
- 03/06: gnu: bitcoin-core: Update to 0.15.0.1., Marius Bakke, 2017/09/22
- 04/06: gnu: bitcoin-core: Build with modular Qt., Marius Bakke, 2017/09/22
- 05/06: gnu: xpra: Update to 2.1.2., Marius Bakke, 2017/09/22
- 01/06: gnu: libsodium: Update to 1.0.14., Marius Bakke, 2017/09/22
- 06/06: gnu: you-get: Update to 0.4.915.,
Marius Bakke <=