diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-30 04:37:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-30 04:52:10 +0200 |
commit | 73a3085e346f7e6286acdc3e7b0ea3194ff0c317 (patch) | |
tree | e5bc26cd02ef3409fbade1906f4afc0da512f15e | |
parent | 989ebdc894d759e1860c226f4dbd5fe77cadfbcd (diff) | |
download | guix-73a3085e346f7e6286acdc3e7b0ea3194ff0c317.tar.gz guix-73a3085e346f7e6286acdc3e7b0ea3194ff0c317.zip |
gnu: libde265: Update to 1.0.6.
* gnu/packages/video.scm (libde265): Update to 1.0.6.
-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 242816c8ec..0c175b828d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -524,7 +524,7 @@ applications by providing high-level classes for commonly required tasks.") (define-public libde265 (package (name "libde265") - (version "1.0.5") + (version "1.0.6") (source (origin (method git-fetch) @@ -534,7 +534,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 "1qisj8ryzbknam3hk81rq70fsd9mcpxm898bqygvbsmbwyvmz3pg")))) + (base32 "0ipccyavlgf7hfzx1g8bvzg62xq10vcxvwgq70r3z3j6mdvmrzjp")))) (build-system gnu-build-system) (arguments `(#:configure-flags |