mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: exiv2: Update to 0.27.2.
* gnu/packages/image.scm (exiv2): Update to 0.27.2.
This commit is contained in:
parent
9728def2e9
commit
febbe43155
1 changed files with 2 additions and 2 deletions
|
@ -1108,14 +1108,14 @@ (define-public libmng
|
|||
(define-public exiv2
|
||||
(package
|
||||
(name "exiv2")
|
||||
(version "0.27.1")
|
||||
(version "0.27.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.exiv2.org/builds/exiv2-" version
|
||||
"-Source.tar.gz"))
|
||||
(sha256
|
||||
(base32 "109hbfk63dh14fz20ivq20gcclb9jj9jmh48w4lcn6zxh1ljh9gi"))))
|
||||
(base32 "0gqminvj14xm3rgbnydbywf22608js80rp7nmxxk4497j5mzali6"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #f)) ; no test suite
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue