guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/22: gnu: vigra: Update to 1.11.1.


From: Marius Bakke
Subject: 17/22: gnu: vigra: Update to 1.11.1.
Date: Tue, 10 Oct 2017 13:53:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 832735965d9c557254a702a3ab4900a50e34153f
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 8 18:32:00 2017 +0200

    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/>.
---
 gnu/packages/image.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index aed4bdd..b53247d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -738,15 +738,15 @@ graphics image formats like PNG, BMP, JPEG, TIFF and 
others.")
 (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 @@ processing and analysis library that puts its main emphasis 
on customizable
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]