guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: dcmtk: Update to 3.6.6.


From: guix-commits
Subject: 06/07: gnu: dcmtk: Update to 3.6.6.
Date: Tue, 9 Mar 2021 19:31:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5d0f394b85be0b450c11cd7efa2376d1c0e9e67b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 10 00:49:53 2021 +0100

    gnu: dcmtk: Update to 3.6.6.
    
    * gnu/packages/image-processing.scm (dcmtk): Update to 3.6.6.
    [inputs]: Add icu4c.
---
 gnu/packages/image-processing.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 6f4576b..26f6fae 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -59,6 +59,7 @@
   #:use-module (gnu packages graphviz)
   #:use-module (gnu packages gstreamer)
   #:use-module (gnu packages gtk)
+  #:use-module (gnu packages icu4c)
   #:use-module (gnu packages image)
   #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages maths)
@@ -85,7 +86,7 @@
 (define-public dcmtk
   (package
     (name "dcmtk")
-    (version "3.6.5")
+    (version "3.6.6")
     (source
      (origin
        (method url-fetch)
@@ -94,11 +95,10 @@
                        "dcmtk" (string-join (string-split version #\.) "")
                        "/dcmtk-" version ".tar.gz"))
        (sha256
-        (base32 "1fdyz5wwjp4grys61mxb2ia9fi6i3ax6s43l16xnv291bxk7hld0"))))
+        (base32 "13j5yf3p6qj3mr17d77r3kcqchf055hgvk1w15vmdr8f54mwcnb8"))))
     (build-system cmake-build-system)
     (inputs
-     `(;; Our ICU is too recent: “error: ‘UChar’ does not name a type“.
-       ;; ("icu4c" ,icu4c)
+     `(("icu4c" ,icu4c)
        ("libjpeg" ,libjpeg-turbo)
        ("libpng" ,libpng)
        ("libtiff" ,libtiff)



reply via email to

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