mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ani-cli: Update to 4.9.
* gnu/packages/video.scm (ani-cli): Update to 4.9. Change-Id: Ic99f9fbfce6dd5b9eccbb749c89ab70688808332
This commit is contained in:
parent
b1a102d3a5
commit
eed2fcc719
1 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ (define-module (gnu packages video)
|
|||
(define-public ani-cli
|
||||
(package
|
||||
(name "ani-cli")
|
||||
(version "4.8")
|
||||
(version "4.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -234,7 +234,7 @@ (define-public ani-cli
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1xfcn51yyzjc7gr2xzhz2i1i500ad1877dmdadipfdlfcs4l4yxy"))))
|
||||
(base32 "0ihiiwxgimf9q6hd4g9xxmxps8ngrwl4vwvd8mymmb7dcjjrwfzg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue