[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: you-get: Update to 0.4.1475.
From: |
guix-commits |
Subject: |
02/06: gnu: you-get: Update to 0.4.1475. |
Date: |
Sat, 7 Nov 2020 17:08:33 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7342fc5409df52a8dc89a5976ac10e97208d16b0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 7 19:05:00 2020 +0100
gnu: you-get: Update to 0.4.1475.
* gnu/packages/video.scm (you-get): Update to 0.4.1475.
---
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 472a5eb..b3926af 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2344,7 +2344,7 @@ other site that youtube-dl supports.")
(define-public you-get
(package
(name "you-get")
- (version "0.4.1456")
+ (version "0.4.1475")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2353,7 +2353,7 @@ other site that youtube-dl supports.")
(file-name (git-file-name name version))
(sha256
(base32
- "0n6h5qkhjwsxy8rf6n4i8hd8dah38hbvchh9272c53gydgp9lp29"))))
+ "1hsa99fgx1zhzkf3n0hlbinckvipd54vhs6y4jkq0rd9r6yc1h7f"))))
(build-system python-build-system)
(inputs
`(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos
- branch master updated (68b4455 -> 8791ef7), guix-commits, 2020/11/07
- 01/06: gnu: libwacom: Update to 1.6., guix-commits, 2020/11/07
- 02/06: gnu: you-get: Update to 0.4.1475.,
guix-commits <=
- 03/06: gnu: xfdesktop: Update to 4.14.3., guix-commits, 2020/11/07
- 04/06: gnu: racket: Update to 7.9., guix-commits, 2020/11/07
- 05/06: gnu: python-colorama: Update to 0.4.4., guix-commits, 2020/11/07
- 06/06: gnu: duperemove: Correctly report version., guix-commits, 2020/11/07