summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-24 23:19:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-24 23:49:02 +0100
commit9f2f60d336f83d88e7811ae79793b96dff163b33 (patch)
treee4172f279fd96c35be14f1ff3cc3f0ca6d343df0
parent66283b8fcb2e46cdb479f73bd595c137db9221b2 (diff)
downloadguix-patches-9f2f60d336f83d88e7811ae79793b96dff163b33.tar
guix-patches-9f2f60d336f83d88e7811ae79793b96dff163b33.tar.gz
gnu: libde265: Update to 1.0.8.
* gnu/packages/video.scm (libde265): Update to 1.0.8.
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0ddff14ad3..26cd3589f1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -528,7 +528,7 @@ applications by providing high-level classes for commonly required tasks.")
(define-public libde265
(package
(name "libde265")
- (version "1.0.7")
+ (version "1.0.8")
(source
(origin
(method git-fetch)
@@ -538,7 +538,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 "0x7g9771457z49qvzpk4iswfhq018i0mzsflv9gg8if5hjqhfdp0"))))
+ (base32 "1dzflqbk248lz5ws0ni5acmf32b3rmnq5gsfaz7691qqjxkl1zml"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags