mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: libiptcdata: Update to 1.0.5.
* gnu/packages/image.scm (libiptcdata): Update to 1.0.5. [home-page]: Follow Debian's maintained upstream.
This commit is contained in:
parent
c30fd002c8
commit
a42b68480b
1 changed files with 7 additions and 5 deletions
|
@ -1368,16 +1368,18 @@ (define-public gpick
|
|||
(define-public libiptcdata
|
||||
(package
|
||||
(name "libiptcdata")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
||||
version "/" name "-" version ".tar.gz"))
|
||||
(uri (string-append "https://github.com/ianw/libiptcdata"
|
||||
"/releases/download/release_"
|
||||
(string-join (string-split version #\.) "_")
|
||||
"/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03pfvkmmx762iydq0q207x2028d275pbdysfsgpmrr0ywy63pxkr"))))
|
||||
"17m2bscc76r1bymjgb44fbbfrdsjfqyb2ivg9wchyllm8pgx1560"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://libiptcdata.sourceforge.net/")
|
||||
(home-page "https://github.com/ianw/libiptcdata")
|
||||
(synopsis "IPTC metadata manipulation library")
|
||||
(description
|
||||
"Libiptcdata is a C library for manipulating the International Press
|
||||
|
|
Loading…
Reference in a new issue