mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libde265: Update to 1.0.7.
* gnu/packages/video.scm (libde265): Update to 1.0.7.
This commit is contained in:
parent
f4f2a1e9c6
commit
0141d046b8
1 changed files with 2 additions and 2 deletions
|
@ -526,7 +526,7 @@ (define-public libvideogfx
|
|||
(define-public libde265
|
||||
(package
|
||||
(name "libde265")
|
||||
(version "1.0.6")
|
||||
(version "1.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -536,7 +536,7 @@ (define-public libde265
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue