mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: vigra: Update to 1.11.1.
* gnu/packages/image.scm (vigra): Update 1.11.1. [source]<uri>: Don't hard-code version. [home-page]: Change to <https://ukoethe.github.io/vigra/>.
This commit is contained in:
parent
7cb3e9d3fc
commit
832735965d
1 changed files with 5 additions and 5 deletions
|
@ -738,15 +738,15 @@ (define-public freeimage
|
|||
(define-public vigra
|
||||
(package
|
||||
(name "vigra")
|
||||
(version "1.11.0")
|
||||
(version "1.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/ukoethe/vigra/releases/download/"
|
||||
"Version-1-11-0/vigra-"
|
||||
version "-src.tar.gz"))
|
||||
"Version-" (string-join (string-split version #\.) "-")
|
||||
"/vigra-" version "-src.tar.gz"))
|
||||
(sha256 (base32
|
||||
"1jzm79kqiiilvys3b8mlzy9cvmiirrcwsrlg19qd9rza8zipsqb8"))))
|
||||
"1bqs8vx5i1bzamvv563i24gx2xxdidqyxh9iaj46mbznhc84wmm5"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("boost" ,boost)
|
||||
|
@ -792,7 +792,7 @@ (define-public vigra
|
|||
algorithms and data structures. It is particularly strong for
|
||||
multi-dimensional image processing.")
|
||||
(license license:expat)
|
||||
(home-page "https://hci.iwr.uni-heidelberg.de/vigra")))
|
||||
(home-page "https://ukoethe.github.io/vigra/")))
|
||||
|
||||
(define-public libwebp
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue