[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: libde265: Update to 1.0.7.
From: |
guix-commits |
Subject: |
03/08: gnu: libde265: Update to 1.0.7. |
Date: |
Mon, 5 Oct 2020 19:06:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0141d046b86182a9421530da41bbdccca98a37a1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 5 23:58:47 2020 +0200
gnu: libde265: Update to 1.0.7.
* gnu/packages/video.scm (libde265): Update to 1.0.7.
---
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 148dee6..938f9fa 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -526,7 +526,7 @@ applications by providing high-level classes for commonly
required tasks.")
(define-public libde265
(package
(name "libde265")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method git-fetch)
@@ -536,7 +536,7 @@ applications by providing high-level classes for commonly
required tasks.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ipccyavlgf7hfzx1g8bvzg62xq10vcxvwgq70r3z3j6mdvmrzjp"))))
+ (base32 "0x7g9771457z49qvzpk4iswfhq018i0mzsflv9gg8if5hjqhfdp0"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- branch master updated (e02babf -> d3b9cbd), guix-commits, 2020/10/05
- 03/08: gnu: libde265: Update to 1.0.7.,
guix-commits <=
- 07/08: gnu: vlang: Run mosts tests., guix-commits, 2020/10/05
- 01/08: gnu: youtube-viewer: Update to 3.7.9., guix-commits, 2020/10/05
- 04/08: gnu: skalibs: Update to 2.9.3.0., guix-commits, 2020/10/05
- 06/08: gnu: vlang: Update to 0.1.29., guix-commits, 2020/10/05
- 02/08: gnu: vim: Update to 8.2.1801., guix-commits, 2020/10/05
- 05/08: gnu: execline: Update to 2.6.1.1., guix-commits, 2020/10/05
- 08/08: gnu: libshout: Update to 2.4.4., guix-commits, 2020/10/05