diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-05 23:58:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 01:04:46 +0200 |
commit | 0141d046b86182a9421530da41bbdccca98a37a1 (patch) | |
tree | 22ac6d7c1d7ef6d609be4098299ae80b4fffed66 /gnu/packages/video.scm | |
parent | f4f2a1e9c6fca571b3de2d27075188d4a3ace633 (diff) | |
download | guix-0141d046b86182a9421530da41bbdccca98a37a1.tar.gz |
gnu: libde265: Update to 1.0.7.
* gnu/packages/video.scm (libde265): Update to 1.0.7.
Diffstat (limited to 'gnu/packages/video.scm')
-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 148dee6ddc..938f9fa1de 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 |